Skip to content

Commit 0bb129a

Browse files
fix: grammar typo in XAgentServer/server.py (#348)
1 parent 93d271a commit 0bb129a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XAgentServer/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def interact(self, interaction: XAgentInteraction):
4545
xagent_param.build_query({
4646
"role_name": "Assistant",
4747
"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."]),
48+
"plan": args.get("plan", ["Pay attention to the language in initial goal, always answer with the same language of the initial goal given."]),
4949
})
5050
xagent_param.build_config(config)
5151
xagent_core = XAgentCoreComponents()

0 commit comments

Comments
 (0)