Dialog Agent Design
PromptDialog provides two ways to design dialog agents:
- LLM Agent: GPT prompt
- Flow Agent: a step-by-step dialog flow editing tool.
Users can simply write a GPT prompt to enable a dialog flow. A designer can also create/edit/upload a dialog flow step-by-step that has a fine control of business logic.
The editing environment offers a low-code user interface, enabling you to quickly design and configure multi-turn conversations. You can utilize a range of tools and features to define conversation flows, set response logic, etc.
Please refer to the detailed tutorials for LLM agent and Flow agent design.