-
Notifications
You must be signed in to change notification settings - Fork 583
Comments
feat(litellm): Set system instruction attribute#5360
Draft
alexander-alderman-webb wants to merge 14 commits intomaster from
Draft
feat(litellm): Set system instruction attribute #5360alexander-alderman-webb wants to merge 14 commits intomaster from
alexander-alderman-webb wants to merge 14 commits intomaster from
Conversation
Contributor
Semver Impact of This PR
🟡 Minor (new features)
📋 Changelog Preview
This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).
New Features ✨
Integrations
- feat(integrations): OpenAI/OpenAI Agents detect and report the time to first token metric (TTFT) as
gen_ai.response.time_to_first_tokenby constantinius in#5348 - feat(integrations): openai-agents streaming support by constantinius in
#5291
Other
- feat(anthropic): Set system instruction attribute by alexander-alderman-webb in
#5353 - feat(asyncio): Allow to turn task spans off by sentrivana in
#5367 - feat(gen_ai): add function
set_conversation_idand managing functions on the Scope and apply it on the Span on.finish()by constantinius in#5362 - feat(google-genai): Set system instruction attribute by alexander-alderman-webb in
#5354 - feat(langchain): Set system instruction attribute by alexander-alderman-webb in
#5357
- feat(litellm): Set system instruction attribute by alexander-alderman-webb in
#5360
- feat(openai): Set system instruction attribute for Completions API by alexander-alderman-webb in
#5358 - feat(openai-agents): Set system instruction attribute by alexander-alderman-webb in
#5355 - feat(pydantic-ai): Set system instruction attribute by alexander-alderman-webb in
#5356 - feat(transport): Report 413 responses for oversized envelopes by alexander-alderman-webb in
#5380
Internal Changes 🔧
- ci(release): Fix changelog-preview permissions by BYK in
#5368 - ci: Fix path in AI integration tests by alexander-alderman-webb in
#5347
🤖 This preview updates automatically when you update the PR.
Base automatically changed from
webb/openai-ai-prompt-message
to
webb/openai-separate-input-handling
January 27, 2026 14:02
Base automatically changed from
webb/openai-separate-input-handling
to
master
January 28, 2026 08:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Issues
Reminders
tox -e linters.feat:,fix:,ref:,meta:)