This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
🐛 Bug Fixes Fixed the Agent exiting prematurely under the default exit_conditions=["text"] . The agent now only stops when the last message is an assistant message with non-empty text (or when no tool invoker is configured). Previously, if the LLM produced an invalid tool call that was discarded, the resulting assistant message with empty text and no tool calls would trigger an exit, preventing…
🐛 Bug Fixes
- Fixed the
Agent exiting prematurely under the default exit_conditions=["text"]. The agent now only stops when the last message is an assistant message with non-empty text (or when no tool invoker is configured). Previously, if the LLM produced an invalid tool call that was discarded, the resulting assistant message with empty text and no tool calls would trigger an exit, preventing the agent from recovering. The agent now continues looping so the model can recover on the next iteration.
Read on haystack.deepset.ai ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.