We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bbb9c commit 365d52bCopy full SHA for 365d52b
examples/rig-integration/src/chat.rs
@@ -46,7 +46,7 @@ where
46
output_agent(&text, &mut output).await?;
47
}
48
Ok(MultiTurnStreamItem::StreamAssistantItem(
49
- StreamedAssistantContent::ToolCall(tool_call),
+ StreamedAssistantContent::ToolCall { tool_call, .. },
50
)) => {
51
let name = &tool_call.function.name;
52
let arguments = &tool_call.function.arguments;
0 commit comments