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

Redesign recent_statements to hold the entire current conversation #132

Closed
gunthercox opened this issue Feb 14, 2016 · 1 comment
Closed

Comments

@gunthercox
Copy link
Owner

gunthercox commented Feb 14, 2016

The updated representation should be a list of tuples:

[
    (input_statement, output_statement),
    (input_statement, output_statement),
    (input_statement, output_statement),
   ...
]

This change will be needed for upcoming additions of logic adapters that look at the context of the current conversation.

@lock
Copy link

lock bot commented Mar 10, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant