Has anyone been using node-red to interact with the conversation_agent service? I’m able to send it data but not sure what I need to do to get a response back.
In the follow flow I, asking OpenAI to tell me a joke, it runs but I’m getting nothing back from it:
[{"id":"ed59db0d472e4b34","type":"api-call-service","z":"65a20b72.9154f4","name":"","server":"33eb04e9.d2815c","version":5,"debugenabled":true,"domain":"conversation","service":"process","areaId":[],"deviceId":[],"entityId":[],"data":"{\"agent_id\":\"119cb13531bc45d74f5c31ebf19f9c35\",\"text\":\"tell me a joke\"}","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1180,"y":120,"wires":[["c7f75cbd5a06cd06"]]},{"id":"80213d604baac48b","type":"inject","z":"65a20b72.9154f4","name":"test","props":[],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":990,"y":120,"wires":[["ed59db0d472e4b34"]]},{"id":"c7f75cbd5a06cd06","type":"debug","z":"65a20b72.9154f4","name":"debug 15","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1400,"y":120,"wires":[]},{"id":"33eb04e9.d2815c","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true}]