feat(core): support AWS Bedrock document content blocks in msg_content_output (#32799)

This commit is contained in:
Adithya1617
2025-09-09 01:10:28 +05:30
committed by GitHub
parent 3486d6c74d
commit f5bd00d1f1
2 changed files with 25 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ TOOL_MESSAGE_BLOCK_TYPES = (
"json",
"search_result",
"custom_tool_call_output",
"document",
)