You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a specific action or request is made, the system returns a response with the content {'content': [{'type': 'text', 'text': 'Error: Unknown tool: get_current_time'}], 'isError': False}. The response indicates an error ("Error: Unknown tool: get_current_time"), but the isError flag is incorrectly set to False instead of True, which misrepresents the nature of the response.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a specific action or request is made, the system returns a response with the content {'content': [{'type': 'text', 'text': 'Error: Unknown tool: get_current_time'}], 'isError': False}. The response indicates an error ("Error: Unknown tool: get_current_time"), but the isError flag is incorrectly set to False instead of True, which misrepresents the nature of the response.
The text was updated successfully, but these errors were encountered: