#OpenAI conversation agent - Conversation id of voice assistant

1 messages · Page 1 of 1 (latest)

drowsy pine
#

Hey everyone, I’m using the OpenAI API for voice assistant and I was wondering — is there a way to view or retrieve the conversation ID from the Assist session? I need it to reference the Assist session in automations, but I’m not sure where to find it or if it’s even accessible. Any help would be appreciated!

west mist
#

There are ways to define your own id in automations when using llm, might help to know what you are trying to achieve? 🙂

drowsy pine
#

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

west mist
#

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.