We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0593f commit 62f78eeCopy full SHA for 62f78ee
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