Unhandled error type aborted when using Agent #5914
Unanswered
dreamorosi
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
Some LLMs are better with tools than others, or it could be a context issue. Are you sure there aren't any more logs for this? Log locations:
There are two types of logs that can help diagnose the issue:
Error logs contain exact stack traces and are especially helpful, but both can provide valuable information. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As per title, I'm using an agent with a few tools and whenever the agent calls one of its tools I get an error:
At least for me, this only happens for certain models like
us.amazon.nova-pro-v1:0
andus.amazon.nova-lite-v1:0
. Besides from this specific feature, the models work fine in LibreChat, so I'm inclined to think it's an agent specific issue.Likewise, the same exact agent with the same set of tools works fine with other models (i.e.
us.anthropic.claude-3-5-sonnet-20241022-v2:0
), so I would also exclude agent or tool-specific issues.Based on the model's documentation, these models should support tool usage, so I'm unsure about what's happening.
With that said, since the error is quite opaque/non descriptive I'm unsure how to troubleshoot it further and would appreciate some help. These models are quite cheaper, so I'd like to use them in place of the Anthropic ones for this type of task.
Beta Was this translation helpful? Give feedback.
All reactions