mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-20 01:55:38 +00:00
The Args block for ConsoleFormatter.handle_llm_stream_chunk listed 'chunk' and 'crew_tree' parameters that no longer exist on the method. The signature was refactored to (accumulated_text, call_type) but the docstring was not updated. Callers in event_listener.py pass only the two real params. Refs #7312.