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
[BUG] Handle escaped JSON in tool call arguments (#56)
* Handle escaped JSON in tool call arguments
Handle escaped JSON in tool call arguments. Fix issue #52.
* Handle JSON decode errors in tool call parsing
Adds error handling for JSONDecodeError when parsing tool call results. If the string is not valid JSON, it is retained as a string instead of raising an exception.
0 commit comments