diff --git a/src/pipecat/processors/aggregators/llm_response.py b/src/pipecat/processors/aggregators/llm_response.py index 620e34b2c..9c18e67ca 100644 --- a/src/pipecat/processors/aggregators/llm_response.py +++ b/src/pipecat/processors/aggregators/llm_response.py @@ -21,8 +21,8 @@ from pipecat.frames.frames import ( LLMMessagesAppendFrame, LLMMessagesFrame, LLMMessagesUpdateFrame, - LLMSetToolsFrame, LLMSetToolChoiceFrame, + LLMSetToolsFrame, LLMTextFrame, StartFrame, StartInterruptionFrame,