mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-21 10:26:25 +00:00
- 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>