You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combination of memory rules and skip/stop logic creates an issue where the context of a skipped question is still included in the context of another question because of a memory rule, even though it was not actually administered (agent is told that its response was "None"):
In this example ^ the agent skips to q4 after answering q0 (as intended). Full memory mode is on, so all prior question contexts are added to each successive question (as intended). However, this agent should only get the context of q0 as the questions between q0 and q4 were skipped. We can see though that the q4 prompts inform the agent that it was asked the intermediary questions and responded "None". These should just be omitted instead.
Combination of memory rules and skip/stop logic creates an issue where the context of a skipped question is still included in the context of another question because of a memory rule, even though it was not actually administered (agent is told that its response was "None"):
https://www.expectedparrot.com/content/09231736-d1b7-4371-a14e-a5b9bf7ae701
The text was updated successfully, but these errors were encountered: