Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/crewai/src/crewai/events/utils/console_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading