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

Add simple user confirm template #267

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

RyanOthnielKearns
Copy link
Contributor

Adds the confirm user state, which follows sys_recommend_N states.

In a confirm state, the user accepts the result of an agent recommendation without providing an action to do with the result. In response, the agent should propose an action related to the result that was just confirmed.

The 'confirm' user state communicates that the user likes the query, but hasn't proposed an action related to it yet. The agent should propose an action related to the query result on the subsequent turn.
Now, when the user issues a passive confirm state, the agent will reply with some anything_else_phrase. Ideally, we'd also like the agent to initiate a proposed action.
The new template only returns proposals with actions
@gcampax
Copy link
Contributor

gcampax commented Aug 21, 2020

What's the status here? Is this ready for review?

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

Successfully merging this pull request may close these issues.

2 participants