-
If i say "Add cheese to the shopping list" for example i get the following response: I am guessing it fails because the syntax for the service call is structured wrong compared to what i can find here: https://www.home-assistant.io/integrations/todo. According to the link it should follow the structure below. Is this something that should be possible with Home-3B-v3.q4_k_m running in Ollama? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
The model actually outputs it's own format for service calls and your example looks correct. I think the issue is with the default config for the component.
Can you try adding "item" to the list of "exposed attributes"?
1.
2. Scroll down
3.
I just realized that option also controls what service call arguments the model is allowed to use. In your case it is filtering out the
item
parameter.I'm going to separate that behavior out into it's own option in the next release since it's very clunky, but I do want the user to be able to restrict what the model is able to see the state of and interact with.