Greetings
I tried to add the agent_id config to the Home Assistant extension but Mesh-API doesnt seem to honor it. I'm still sent to the default conversation agent and I find it limited and have built my own.
{
"channel_index": 2,
"enable_pin": false,
"enabled": true,
"secure_pin": "1234",
"timeout": 90,
"agent_id": "conversation.llama_cpp_model",
"token": "xxxx",
"url": "http://xxxxx:8123/api/conversation/process"
}
Reference https://developers.home-assistant.io/docs/intent_conversation_api/
Greetings
I tried to add the agent_id config to the Home Assistant extension but Mesh-API doesnt seem to honor it. I'm still sent to the default conversation agent and I find it limited and have built my own.
Reference https://developers.home-assistant.io/docs/intent_conversation_api/