Changelog
Improvements:
- Teams Collaborate Streaming: Added support for streaming or teams on
collaboratemode. - OpenAI Verbosity: Added
verbosityparameter toOpenAIChatandOpenAIResponses. - Gemini URL Context Tool: Adds support fior Gemini URL context tool.
Bug Fixes:
- GCSKnowledgeBase Load: Fixed cases where
.load()functioned incorrectly. - Youtube Transcripts: Removed deprecated implementation in
YoutubeTools.
What's Changed
- [feat] Allow a user to specify DynamoDB provisioned throughput when initializing DynamoDbStorage class. by @oakhan3 in #4112
- [feat] Add Vertex AI support for GeminiEmbedder by @smilewilson1999 in #4223
- feat: Team streaming events on Collaborate mode by @dirkbrnd in #4220
- Fix: Preserve context, session_state, and extra_data when creating default reasoning agents by @hussain-mohammed in #4081
- fix(discord): Ensure Discord ID integrity by using string type by @MatheusCally in #4240
- [fix] Make Gemini aware of pre-tool messages by @guyrosin in #4252
- fix: GCS KnowledgeBase; Brave Search Tool by @willemcdejongh in #4260
- feat: Gemini URL context tool by @Mustafa-Esoofally in #4270
- feat: New OpenAI params by @Mustafa-Esoofally in #4265
- fix: transcript function from YouTube API by @harshithvh in #4280
- chore: Release 1.7.12 by @dirkbrnd in #4274
New Contributors
- @smilewilson1999 made their first contribution in #4223
- @hussain-mohammed made their first contribution in #4081
- @MatheusCally made their first contribution in #4240
Full Changelog: v1.7.11...v1.7.12