mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
feat: mute on function call (#138)
This commit is contained in:
parent
4a8e4fe7a1
commit
91911769b0
2 changed files with 3 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ class PipecatEngine:
|
|||
self.llm.register_function(
|
||||
name,
|
||||
transition_func,
|
||||
cancel_on_interruption=True,
|
||||
cancel_on_interruption=False,
|
||||
)
|
||||
|
||||
async def _register_builtin_functions(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue