Files
crewAI/tests/utilities
Devin AI 640d241bca Fix #3715: Remove unwanted LLM stream chunk printing to stdout
- Removed print() statement in event_listener.py that was printing all LLM streaming chunks to stdout
- The print() on line 386 was causing all text chunks from LLM responses to be displayed in stdout
- Added test to verify stream chunks are emitted as events but not printed to stdout
- Streaming chunks should only be handled by event handlers, not printed directly

Fixes #3715

Co-Authored-By: João <joao@crewai.com>
2025-10-16 07:18:21 +00:00
..
2024-12-10 11:18:45 -05:00
2025-05-16 15:18:11 -04:00
2024-05-02 05:00:29 -03:00