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

Agent replies are not recorded until the user speaks afterwards #669

Open
gcampax opened this issue Jun 23, 2021 · 0 comments
Open

Agent replies are not recorded until the user speaks afterwards #669

gcampax opened this issue Jun 23, 2021 · 0 comments
Assignees
Labels
bug Something isn't working dialogue-agent Issues with the dialogue agent at runtime (not state machine related) P2 We need to fix it (backlog)

Comments

@gcampax
Copy link
Contributor

gcampax commented Jun 23, 2021

Because a turn starts with the agent and ends with the user (multiwoz-style), we don't store the turn until the user speaks. But that makes the log less useful for debugging, because any error or debugging info about the agent reply is not included.

We should store the turn immediately when the agent speaks, and then update the turn again when the user speaks. We can do that because we use a database now.

@gcampax gcampax added bug Something isn't working dialogue-agent Issues with the dialogue agent at runtime (not state machine related) labels Jun 23, 2021
@gcampax gcampax self-assigned this Jun 23, 2021
@nrser nrser added the P2 We need to fix it (backlog) label Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dialogue-agent Issues with the dialogue agent at runtime (not state machine related) P2 We need to fix it (backlog)
Projects
None yet
Development

No branches or pull requests

2 participants