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 an Anthropic LLM tries to write_file and the file is big, we finish with an error saying that we were unable to parse the json. For some reason we end up with a tool_call event with partial arguments, this only happens for big files...
When an Anthropic LLM tries to
write_fileand the file is big, we finish with an error saying that we were unable to parse the json. For some reason we end up with atool_callevent with partial arguments, this only happens for big files...