start of function calling
This commit is contained in:
@@ -21,6 +21,11 @@ class EndStreamQueueFrame(ControlQueueFrame):
|
||||
class LLMResponseEndQueueFrame(QueueFrame):
|
||||
pass
|
||||
|
||||
@dataclass()
|
||||
class LLMFunctionCallFrame(QueueFrame):
|
||||
function_name: str
|
||||
arguments: str
|
||||
|
||||
@dataclass()
|
||||
class AudioQueueFrame(QueueFrame):
|
||||
data: bytes
|
||||
|
||||
Reference in New Issue
Block a user