Tags: PostHog/posthog-python
Tags
fix/system prompt sometimes missing (#326) * fix: always capture system prompt * chore: bump version * fix: gemini system prompt capture * chore: imports at top * fix: test The mock we were passing from this test reporetd that it had a `system instruction` field, breaking assumptions * chore: lint * fix: better code organization * chore: lint
fix(llma): streaming providers with tool calls (#319) * fix(llma): tool calls in streaming Anthropic * fix(llma): Gemini content * fix(llma): extract converters for providers * fix(llma): continuation of DRY refactoring * fix(llma): add $ai_tools to streaming Gemini * fix(llma): tool calls in streaming Gemini * fix(llma): tool calls in streaming OpenAI Chat Completions * fix(llma): fix test * fix(llma): run ruff * fix(llma): fix types * fix(llma): run ruff * chore(llma): run mypy baseline sync * chore(llma): bump version * fix(llma): fix test * chore(llma): update CHANGELOG * fix(llma): Responses API streaming tokens * fix(llma): run ruff * fix(llma): run ruff
PreviousNext