From 1b34c2bc1a23f2ac22744e2f396a04c2935958d9 Mon Sep 17 00:00:00 2001 From: Zeeland <287017217@qq.com> Date: Sun, 17 Dec 2023 17:45:04 +0800 Subject: [PATCH] fix: grammar typo --- XAgentServer/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XAgentServer/server.py b/XAgentServer/server.py index b758cba..172c48d 100644 --- a/XAgentServer/server.py +++ b/XAgentServer/server.py @@ -45,7 +45,7 @@ def interact(self, interaction: XAgentInteraction): xagent_param.build_query({ "role_name": "Assistant", "task": args.get("goal", ""), - "plan": args.get("plan", ["Pay attention to the language in inital goal, alway answer with the same language of the inital goal given."]), + "plan": args.get("plan", ["Pay attention to the language in initial goal, always answer with the same language of the initial goal given."]), }) xagent_param.build_config(config) xagent_core = XAgentCoreComponents()