Spaces:
Running
Running
File size: 782 Bytes
a1b8841 978eafc 4e0488c 2e77168 4e0488c 978eafc 2e77168 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Chatbot
Application templates for building chatbot interfaces.
This template provides the following features:
- Supports conversation management, allowing multiple conversations to be opened simultaneously.
- Enables conversation history management, including operations like editing, regenerating or deleting any message, and clearing all history with one click.
- Allows interrupting ongoing conversations and displaying notifications.
- Displays input suggestions when users type `/`.
- Supports attachment uploads with manual configuration of maximum upload count and allowed formats.
## Examples
<demo name="basic" position="bottom" collapsible="true"></demo>
<demo name="fine_grained_control" title="Fine-grained Control" position="bottom" collapsible="true"></demo>
|