fix tool descriptions to prevent incorrect tool calls
Build and Push Containers / build-and-push-app (push) Successful in 1m32s
Build and Push Containers / build-and-push-db (push) Successful in 10s

This commit is contained in:
2026-09-02 13:32:58 -04:00
parent 8cf3a827ee
commit 189aa92182
+4 -8
View File
@@ -136,16 +136,14 @@ AGENT_TOOLS: list[dict[str, Any]] = [
"type": "string", "type": "string",
"description": ( "description": (
"The document's source, as shown after 'source: ' in the " "The document's source, as shown after 'source: ' in the "
"list_documents output (e.g. 'Homelab' from " "list_documents output."
"'source: Homelab | path: homelab/aws-route53.md')."
), ),
}, },
"path": { "path": {
"type": "string", "type": "string",
"description": ( "description": (
"The document's path, as shown after 'path: ' in the " "The document's path, as shown after 'path: ' in the "
"list_documents output (e.g. 'homelab/aws-route53.md' from " "list_documents output."
"'source: Homelab | path: homelab/aws-route53.md')."
), ),
}, },
}, },
@@ -179,16 +177,14 @@ AGENT_TOOLS: list[dict[str, Any]] = [
"type": "string", "type": "string",
"description": ( "description": (
"The document's source, as shown after 'source: ' in the " "The document's source, as shown after 'source: ' in the "
"list_documents output (e.g. 'Homelab' from " "list_documents output."
"'source: Homelab | path: homelab/aws-route53.md')."
), ),
}, },
"path": { "path": {
"type": "string", "type": "string",
"description": ( "description": (
"The document's path, as shown after 'path: ' in the " "The document's path, as shown after 'path: ' in the "
"list_documents output (e.g. 'homelab/aws-route53.md' from " "list_documents output."
"'source: Homelab | path: homelab/aws-route53.md')."
), ),
}, },
}, },