Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skipped question text should not appear in question memory context #1224

Open
rbyh opened this issue Oct 31, 2024 · 1 comment
Open

Skipped question text should not appear in question memory context #1224

rbyh opened this issue Oct 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@rbyh
Copy link
Contributor

rbyh commented Oct 31, 2024

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

@rbyh rbyh added the enhancement New feature or request label Oct 31, 2024
@rbyh
Copy link
Contributor Author

rbyh commented Nov 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant