From 9cac4d768ca03626b7facd97322ce38ca7a9f541 Mon Sep 17 00:00:00 2001 From: TomasLiu Date: Mon, 21 Oct 2024 21:51:19 +0800 Subject: [PATCH] fix weather check failure --- .../extension/weatherapi_tool_python/extension.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/agents/ten_packages/extension/weatherapi_tool_python/extension.py b/agents/ten_packages/extension/weatherapi_tool_python/extension.py index c3a104866..d1a028adf 100644 --- a/agents/ten_packages/extension/weatherapi_tool_python/extension.py +++ b/agents/ten_packages/extension/weatherapi_tool_python/extension.py @@ -40,7 +40,7 @@ "properties": { "location": { "type": "string", - "description": "The city and state e.g. San Francisco, CA" + "description": "The city and state (use only English) e.g. San Francisco, CA" } }, "required": ["location"], @@ -54,7 +54,7 @@ "properties": { "location": { "type": "string", - "description": "The city and state e.g. San Francisco, CA" + "description": "The city and state (use only English) e.g. San Francisco, CA" }, "datetime": { "type": "string", @@ -72,7 +72,7 @@ "properties": { "location": { "type": "string", - "description": "The city and state e.g. San Francisco, CA" + "description": "The city and state (use only English) e.g. San Francisco, CA" } }, "required": ["location"],