mirror of
https://github.com/coleam00/Archon.git
synced 2026-01-06 22:58:16 -05:00
Clean up unused imports in RAG module
Remove import of deleted project_module.
This commit is contained in:
@@ -85,7 +85,7 @@ def register_rag_tools(mcp: FastMCP):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
query: Search query
|
query: Search query
|
||||||
source_domain: Optional domain filter (e.g., 'docs.anthropic.com').
|
source_domain: Optional domain filter (e.g., 'docs.anthropic.com').
|
||||||
Note: This is a domain name, not the source_id from get_available_sources.
|
Note: This is a domain name, not the source_id from get_available_sources.
|
||||||
match_count: Max results (default: 5)
|
match_count: Max results (default: 5)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user