Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Changelog ## New Features: - RedditTools added with cookbook examples - TelegramTools added with a cookbook example ## Improvements: - Updates the defaults on the GeminiEmbedder to use a more up-to-date model and incorporate recommendations from their [[docs](https://docs.phidata.com/embedder/gemini#params)](https://docs.phidata.com/embedder/gemini#params). ## Bug Fixes: - Fix imports of `docx` being required for using the playground - Fix AzureOpenAIEmbedder and AzureOpenAIChat compatibility - Fix cases where SlackTool threw an exception when the "user" field is blank or not available - Fix case where Response Models don’t work with show_tool_calls. This will use the response model if there is one, overriding any tool calling. - Fix issue in Claude where memory blocks were stored in the raw claude format with TextBlock, etc - Fix cases where you switch models from ChatGPT to Gemini with same history
- Loading branch information