diff --git a/app/rag/agent.py b/app/rag/agent.py index be2e397..e702a63 100644 --- a/app/rag/agent.py +++ b/app/rag/agent.py @@ -136,16 +136,14 @@ AGENT_TOOLS: list[dict[str, Any]] = [ "type": "string", "description": ( "The document's source, as shown after 'source: ' in the " - "list_documents output (e.g. 'Homelab' from " - "'source: Homelab | path: homelab/aws-route53.md')." + "list_documents output." ), }, "path": { "type": "string", "description": ( "The document's path, as shown after 'path: ' in the " - "list_documents output (e.g. 'homelab/aws-route53.md' from " - "'source: Homelab | path: homelab/aws-route53.md')." + "list_documents output." ), }, }, @@ -179,16 +177,14 @@ AGENT_TOOLS: list[dict[str, Any]] = [ "type": "string", "description": ( "The document's source, as shown after 'source: ' in the " - "list_documents output (e.g. 'Homelab' from " - "'source: Homelab | path: homelab/aws-route53.md')." + "list_documents output." ), }, "path": { "type": "string", "description": ( "The document's path, as shown after 'path: ' in the " - "list_documents output (e.g. 'homelab/aws-route53.md' from " - "'source: Homelab | path: homelab/aws-route53.md')." + "list_documents output." ), }, },