fix typos
This commit is contained in:
@@ -154,7 +154,7 @@ class BotStoppedSpeakingFrame(Frame):
|
|||||||
|
|
||||||
@dataclass()
|
@dataclass()
|
||||||
class LLMFunctionStartFrame(Frame):
|
class LLMFunctionStartFrame(Frame):
|
||||||
"""Emitted when the LLM receives the beginngin of a function call
|
"""Emitted when the LLM receives the beginning of a function call
|
||||||
completion. A frame processor can use this frame to indicate that it should
|
completion. A frame processor can use this frame to indicate that it should
|
||||||
start preparing to make a function call, if it can do so in the absence of
|
start preparing to make a function call, if it can do so in the absence of
|
||||||
any arguments."""
|
any arguments."""
|
||||||
@@ -163,6 +163,6 @@ class LLMFunctionStartFrame(Frame):
|
|||||||
|
|
||||||
@dataclass()
|
@dataclass()
|
||||||
class LLMFunctionCallFrame(Frame):
|
class LLMFunctionCallFrame(Frame):
|
||||||
"""Emitted when the LLM has received an entire function call completions."""
|
"""Emitted when the LLM has received an entire function call completion."""
|
||||||
function_name: str
|
function_name: str
|
||||||
arguments: str
|
arguments: str
|
||||||
|
|||||||
Reference in New Issue
Block a user