We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d271a commit 0bb129aCopy full SHA for 0bb129a
XAgentServer/server.py
@@ -45,7 +45,7 @@ def interact(self, interaction: XAgentInteraction):
45
xagent_param.build_query({
46
"role_name": "Assistant",
47
"task": args.get("goal", ""),
48
- "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."]),
49
})
50
xagent_param.build_config(config)
51
xagent_core = XAgentCoreComponents()
0 commit comments