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

Adding support for variables in conversation #1

Open
rahul101001000 opened this issue Jun 10, 2022 · 0 comments
Open

Adding support for variables in conversation #1

rahul101001000 opened this issue Jun 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rahul101001000
Copy link
Contributor

Description

Often one needs to reference previous answers or data as part of the questions in the current conversation. These answers/data may come from 3 sources -

  1. Registration data
  2. Attributes derived from previous answers in same conversation
  3. Attributes from other conversations

Why

Use case 1: Variables from user registration data e.g. name, email
'Hi $NAME$'

Use case 2: Attributes from previous answers in same conversation
'In the last question, you said $ATTRIBUTE_AESTHETICS$ in conversation

Use case 3: Attributes from previous conversations
'You would like to become $ATTRIBUTE_DESIRED_OCCUPATION$'

Implementation wise 2 and 3 may be the same

Alternatives

We will need to skip any references to previous answers in the conversation. That will make the conversations less personable and natural.

@rahul101001000 rahul101001000 added the enhancement New feature or request label Jun 10, 2022
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

2 participants