mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-04 16:52:37 +00:00
- Add system_tools parameter to BedrockCompletion.__init__() to accept list of system tool names - Add BedrockCitation and BedrockGroundedResponse TypedDict classes for typed citation handling - Modify call() and acall() methods to include system tools in toolConfig - Update _handle_converse() and _ahandle_converse() to extract citations from citationsContent - Return BedrockGroundedResponse with text and citations when citations are present - Export new types from bedrock module __init__.py - Add comprehensive tests for system tools and citation extraction Closes #4363 Co-Authored-By: João <joao@crewai.com>