Skip to content

Commit 62f78ee

Browse files
committed
fix: address breaking changes
1 parent ac0593f commit 62f78ee

File tree

1 file changed

+1
-1
lines changed
  • examples/rig-integration/src

1 file changed

+1
-1
lines changed

examples/rig-integration/src/chat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ where
4646
output_agent(&text, &mut output).await?;
4747
}
4848
Ok(MultiTurnStreamItem::StreamAssistantItem(
49-
StreamedAssistantContent::ToolCall(tool_call),
49+
StreamedAssistantContent::ToolCall { tool_call, .. },
5050
)) => {
5151
let name = &tool_call.function.name;
5252
let arguments = &tool_call.function.arguments;

0 commit comments

Comments
 (0)