We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e8ae1 commit 0e58efcCopy full SHA for 0e58efc
1 file changed
llms/anthropic/anthropicllm.go
@@ -221,6 +221,7 @@ func generateMessagesContent(ctx context.Context, o *LLM, messages []llms.Messag
221
return nil, fmt.Errorf("anthropic: failed to marshal tool use arguments: %w", err)
222
}
223
choices = append(choices, &llms.ContentChoice{
224
+ ReasoningContent: reasoningContent,
225
ToolCalls: []llms.ToolCall{
226
{
227
ID: toolUseContent.ID,
0 commit comments