Open JanPokorny opened 6 days ago
I would say that errors are propagated correctly from the framework, but the API does not properly handle them. Please try to reproduce the error in the framework directly without an API.
This can be useful: https://i-am-bee.github.io/bee-agent-framework/#/errors
Custom tool:
Log:
The actual problem in the user supplied code is that it's trying to access a non-existent file. However, it causes a JSON parsing error. This might actually be an issue with
bee-code-interpreter
, needs investigation.