Sample dialogs
What
A sample dialog is an example of what a conversation between the assistant and the user could look like for a particular topic. It’s one possible path from start to end of a conversation.
Create one or several sample dialogs based on the use case to help you get started with the conversation design implementation.
Here's an example of a sample dialog:
Consider LLMs
LLMs can be helpful in creating sample dialogs. It is important to engineer the prompt to reflect the details of the use case, the context, etc.
Templates
An example of a sample dialog is available here: Sample Dialog Template
Last updated