refactor cli config and move most of it to own_assist_common so that it can be reused in other clients.
This commit is contained in:
@@ -9,7 +9,6 @@ use rmcp::ServiceError;
|
||||
use rmcp::model::{CallToolRequestParams, CallToolResult};
|
||||
use serde::Deserialize;
|
||||
use std::collections::HashMap;
|
||||
use std::fmt::Formatter;
|
||||
use thiserror::Error;
|
||||
|
||||
#[derive(Debug, Copy, Clone, Default, Deserialize, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user