Find answers from the community

Updated 2 months ago

I was trying to tool calls with Claude

I was trying to tool calls with Claude haiku 3 (AWS bedrock) but it get lots of error with llm.achat(chat_history, tools=tools).
I modified the schema and all, but tool result has different format than regular ChatMessage and I cannot call the llm again with tool result. Please let me know if I am missing something.
L
2 comments
bedrock isn't technically updated to handle function calling
I would recommend using BedrockConverse instead
Add a reply
Sign up and join the conversation on Discord