Merge pull request #2125 from pipecat-ai/mb/deprecate-handle-function-call-start
Add docs deprecation for handle_function_call_start
This commit is contained in:
@@ -1005,6 +1005,10 @@ class RTVIProcessor(FrameProcessor):
|
|||||||
):
|
):
|
||||||
"""Handle the start of a function call from the LLM.
|
"""Handle the start of a function call from the LLM.
|
||||||
|
|
||||||
|
.. deprecated:: 0.0.66
|
||||||
|
This method is deprecated and will be removed in a future version.
|
||||||
|
Use `RTVIProcessor.handle_function_call()` instead.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
function_name: Name of the function being called.
|
function_name: Name of the function being called.
|
||||||
llm: The LLM processor making the call.
|
llm: The LLM processor making the call.
|
||||||
|
|||||||
Reference in New Issue
Block a user