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

User msg from slot #1059

Merged

Conversation

maheshsattala
Copy link
Contributor

Changes Made:

  1. Added prompt_question field in data_object.
  2. Made changes related to the user message from the slot.
  3. Added and fixed test cases.

1. Added prompt_question field in data_object.
2. Made changes related to the user message from the slot.
3. Added and fixed test cases.
@@ -664,6 +664,8 @@ class PromptAction(Auditlog):
similarity_threshold = FloatField(default=0.70)
enable_response_cache = BooleanField(default=False)
failure_message = StringField(default=DEFAULT_NLU_FALLBACK_RESPONSE)
prompt_question = StringField(default=UserMessageType.from_user_message.value,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where are we taking the slot name?

Copy link
Contributor

@udit-pandey udit-pandey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@udit-pandey udit-pandey merged commit a07a353 into digiteinfotech:master Oct 16, 2023
5 checks passed
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