From c2da87aac1e18543ca959553bf5be15502e6ef51 Mon Sep 17 00:00:00 2001 From: dal Date: Mon, 21 Apr 2025 10:39:04 -0600 Subject: [PATCH] small done tweak --- api/libs/agents/src/tools/categories/response_tools/done.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/libs/agents/src/tools/categories/response_tools/done.rs b/api/libs/agents/src/tools/categories/response_tools/done.rs index 49837cf80..e08c19974 100644 --- a/api/libs/agents/src/tools/categories/response_tools/done.rs +++ b/api/libs/agents/src/tools/categories/response_tools/done.rs @@ -125,7 +125,7 @@ impl ToolExecutor for Done { "properties": { "final_response": { "type": "string", - "description": "The final response message to the user. **MUST** be formatted in Markdown. Use bullet points or other appropriate Markdown formatting. Do not include headers. Do not use the '•' bullet character." + "description": "The final response message to the user. **MUST** be formatted in Markdown. Use bullet points or other appropriate Markdown formatting. Do not include headers. Do not use the '•' bullet character. Do not include markdown tables." } }, "additionalProperties": false