mirror of https://github.com/0xplaygrounds/rig
chore: clippy again
This commit is contained in:
parent
4f023046d5
commit
ce37d44b15
|
@ -164,7 +164,7 @@ impl StreamingCompletionModel for CompletionModel {
|
||||||
));
|
));
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
StreamingEvent::ToolCallEnd { .. } => {
|
StreamingEvent::ToolCallEnd => {
|
||||||
let Some(tc) = current_tool_call.clone() else { continue; };
|
let Some(tc) = current_tool_call.clone() else { continue; };
|
||||||
|
|
||||||
let Ok(args) = serde_json::from_str(&tc.2) else { continue; };
|
let Ok(args) = serde_json::from_str(&tc.2) else { continue; };
|
||||||
|
|
Loading…
Reference in New Issue