You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project I have a node that has a function which calls another LLM to complete a task.
In the meantime I would like that the "main" node would still process the user input, and it seems like it detects that the user is speaking, but then is not able to process the user audio and the task running via the function keeps going...
Is there a way that I can have my agent listening and answering to the user within the call, while still running the task at hands in the background?
I hope this information is enough for a suggestion, but let me know if more details are required, like snippets or logs.
The text was updated successfully, but these errors were encountered:
Hi again,
In my project I have a node that has a function which calls another LLM to complete a task.
In the meantime I would like that the "main" node would still process the user input, and it seems like it detects that the user is speaking, but then is not able to process the user audio and the task running via the function keeps going...
Is there a way that I can have my agent listening and answering to the user within the call, while still running the task at hands in the background?
I hope this information is enough for a suggestion, but let me know if more details are required, like snippets or logs.
The text was updated successfully, but these errors were encountered: