-
Notifications
You must be signed in to change notification settings - Fork 150
models prompt flow documentation
github-actions[bot] edited this page Aug 11, 2023
·
15 revisions
This is a companion flow to "Ask Wikipedia". It demonstrates how to create a chatbot that can remember previous interactions and use the conversation history to generate next message.
In this flow, you will learn
-
how to compose a chat flow.
-
prom...
-
This template provides the chat history support and a user-friendly chat interface in the authoring/debugging UI as prompt flow template.
In this flow, you will learn
- how to compose a chat flow.
- prompt template format of LLM tool chat api. Messag...