Skip to content

Commit

Permalink
Slight prompt change for failure cases
Browse files Browse the repository at this point in the history
  • Loading branch information
rusiaaman committed Jan 15, 2025
1 parent 7c4067c commit a9df5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wcgw/client/mcp_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def try_json(x: str) -> Any:
output_or_done += """
- Additional important note: as soon as you encounter "The user has chosen to disallow the tool call.", immediately stop doing everything and ask user for the reason.
Initialize ran successfully.
Initialize call done.
"""

content.append(types.TextContent(type="text", text=output_or_done))
Expand Down

0 comments on commit a9df5c8

Please sign in to comment.