-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in call: function 'assistant <|recipient|> all' does not exist #268
Comments
May be a typo with your spec ref 'execute_services', when your function name is not plural "execute_service"? Thus the function is not found. |
I changed the name of the spec from |
The error log indicates to me that you should have the function names as execute_services. "Use execute_services function only for requested action" |
Sadly no luck either it gives me the same error, even when I change the name of the function to execute_services |
kk. If you def changed and reloaded config I don't have any other leads. |
Okay, thank you for your time! |
hey there. sorry to bother. where can I add the functions in the integration? When I click on configuration i only see the instructions temp etc... but no functions below that. |
That is weird, I just have it right under temperature |
Hello!
I tried to set it up using a local LLM following this guide.
Connection is made successfully and I can see that my LLM is working.
Looking at the log below it seems like the LLM is delivering a expectable return value but the name of the function looks weird.
Maybe someone has already seen this problem.
Logs
My functions in the Integration settings
The text was updated successfully, but these errors were encountered: