update rmcp

add mistral config to own_assist_common
This commit is contained in:
2026-07-30 20:59:17 +02:00
parent 199d4080cb
commit 5a4bf4ec8a
7 changed files with 95 additions and 82 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ async fn main() {
.inspect_err(exit_msg!("failed creating MCP clients"))
.unwrap();
let mut agent_chat = AgentChat::new(ollama, model_name.clone(), mcp_clients)
let mut agent_chat = AgentChat::new(Box::new(ollama), model_name.clone(), mcp_clients)
.await
.inspect_err(exit_msg!("failed to create agent"))
.unwrap();