You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use search::{ConnectionConfig,KeywordSearchServer, set_search_tool_prompt};
9
+
use search::{ConnectionConfig,KeywordSearchServer};
10
10
use tokio::sync::RwLockasTokioRwLock;
11
11
use tracing_subscriber::{self, layer::SubscriberExt, util::SubscriberInitExt};
12
12
@@ -32,12 +32,6 @@ struct Args {
32
32
/// Maximum number of query results to return
33
33
#[arg(long, default_value = "10")]
34
34
limit:usize,
35
-
/// The prompt for the `search` mcp tool
36
-
#[arg(
37
-
long,
38
-
default_value = "Please extract 3 to 5 keywords from my question, separated by spaces. Then, try to return a tool call that invokes the keyword search tool.\n\nMy question is: {query}"
0 commit comments