Fixed some typos in tool call error messages

This commit is contained in:
2026-01-30 12:25:57 -07:00
parent d4c3c135b3
commit 8665604bab
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(())
}