Hi Marija,
From my understanding, AVA cannot arbitrarily populate End Context variables purely from the conversation unless the value is explicitly mapped from either:
- a tool/action result
- or an existing Start Context variable
The conversational reasoning itself does not automatically persist values into End Context.
So if you create a Start Context variable and expect the AVA to dynamically assign/update it during the conversation without a tool/action involved, it will typically remain NOT SET.
In practice, the common pattern is:
- collect/extract the information during the conversation
- pass it through a tool/action
- map the returned value into the End Context variable
At the moment, I don't believe there is native support for directly persisting arbitrary conversational state into End Context variables without that intermediary mapping/action step.
------------------------------
Gabriel Garcia
NA
------------------------------
Original Message:
Sent: 05-13-2026 06:24
From: Marija Kovrlija
Subject: AVA end context
Hi everyone,
I understand that end context variable has to be either from tool or start context. When I create it as a start context variable, and I want AVA to set it's value during the conversation, it is always NOT SET. How do I make the AVA populate the end context purely from the conversation or is that not possible?
Thank you!
#Architect
------------------------------
Marija Kovrlija
NA
------------------------------