Fixed some typos in tool call error messages

This commit is contained in:
2026-01-30 12:25:57 -07:00
parent cdd829199f
commit d79e4b9dff
5 changed files with 9 additions and 8 deletions
+1
View File
@@ -57,6 +57,7 @@ impl SseHandler {
pub fn tool_call(&mut self, call: ToolCall) -> Result<()> {
self.tool_calls.push(call);
Ok(())
}