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
returnf"Error: Could not identify the tool you're trying to use.\n\nAvailable tools:\n{available_tools}\n\nPlease use one of the available tools with the correct parameters."
456
456
457
457
# For other types of errors
458
-
returnf"Error executing tool: {error_msg}\n\nPlease check your tool usage and try again with the correct parameters."
458
+
returnf"Error executing tool: {exception!s}\n\nPlease check your tool usage and try again with the correct parameters."
0 commit comments