- Issue created by @marcus_johansson
- Merge request !121Issue #3523870: In AiAgentWrapper, throw and helpful error message if a... → (Open) created by annmarysruthy
Currently the AiAgentWrapper assumes that a chat_with_tools is set, and when it's not set it will give back an error that is hard to understand about an array missing a key, and in the chatbot it will just be a red message.
Instead we should throw an exception with the message that a chat_with_tools is not set.
Do not setup a chat with tools default
Try to chat with an assistant with subagents.
Create an exception that gives back a useful error message.
Active
1.1
Code