haystack/releasenotes/notes/fix-agent-with-no-tools-aadc4274e2f72033.yaml
Sebastian Husch Lee f46bf14851
fix: Allow Agent to run with no tools (#9230)
* Fix

* Add reno

* Add test

* Update docstring and warning message

* Update docstring
2025-04-16 07:53:21 +02:00

5 lines
151 B
YAML

---
fixes:
- |
Now when you call an Agent with no tools it acts like a ChatGenerator which means it returns a ChatMessage based on a user input.