Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion XAgentServer/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down