#OpenAI conversation agent - Conversation id of voice assistant
1 messages · Page 1 of 1 (latest)
There are ways to define your own id in automations when using llm, might help to know what you are trying to achieve? 🙂
i want to use the same conversation id in time triggered automations and general voice assistant request. so that time triggered automations have more context about prior talks
In general voice request, a conversation id is generated for that session on a satellite, and lasts for a few minutes of no activity before being reset to avoid the context getting too large and confusing the llm. For automations you can define your own conversation id in the conversation.process action that can be referenced.