Files
crewAI/tests/utilities/test_events.py
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

34 KiB