diff --git a/crates/brightstaff/src/handlers/agent_selector.rs b/crates/brightstaff/src/handlers/agent_selector.rs index 48735628..02e52df2 100644 --- a/crates/brightstaff/src/handlers/agent_selector.rs +++ b/crates/brightstaff/src/handlers/agent_selector.rs @@ -137,7 +137,6 @@ impl AgentSelector { } /// Convert agent descriptions to routing preferences - /// For agents with MCP URLs, fetches the tool description from the MCP server async fn convert_agent_description_to_routing_preferences( &self, agents: &[AgentFilterChain], diff --git a/demos/use_cases/rag_agent/README.md b/demos/use_cases/rag_agent/README.md index b3a54daf..9f83dea8 100644 --- a/demos/use_cases/rag_agent/README.md +++ b/demos/use_cases/rag_agent/README.md @@ -103,4 +103,4 @@ curl -X POST http://localhost:8001/v1/chat/completions \ ## Additional Resources - See `sample_queries.md` for more example queries -- See `arch_config.yaml` for complete configuration details \ No newline at end of file +- See `arch_config.yaml` for complete configuration details