add gpl license

improve mcp server error handling
This commit is contained in:
2026-05-25 14:55:48 +02:00
parent de0e665f57
commit 9ba1c3bae3
10 changed files with 728 additions and 25 deletions
+1
View File
@@ -200,6 +200,7 @@ impl AgentChat {
Ok(())
}
// TODO: ChatMessage only returns last tool usage, which is always empty. instead the tool usages should be collected and returned in total
pub async fn message<C: Future<Output = PermissionAnswer>>(
&mut self,
user_message: String,