diff --git a/lib/crewai/src/crewai/events/utils/console_formatter.py b/lib/crewai/src/crewai/events/utils/console_formatter.py index 4aefb8e479..c6f523129d 100644 --- a/lib/crewai/src/crewai/events/utils/console_formatter.py +++ b/lib/crewai/src/crewai/events/utils/console_formatter.py @@ -589,9 +589,7 @@ def handle_llm_stream_chunk( """Handle LLM stream chunk event - display streaming text in a panel. Args: - chunk: The new chunk of text received. accumulated_text: All text accumulated so far. - crew_tree: Unused (kept for API compatibility). call_type: The type of LLM call (LLM_CALL or TOOL_CALL). """ if not self.verbose: