TheDocumentation Index
Fetch the complete documentation index at: https://docs.chainlit.io/llms.txt
Use this file to discover all available pages before exploring further.
TaskList class allows you to display a task list next to the chatbot UI.
Attributes
The status of the TaskList. We suggest using something short like “Ready”,
“Running…”, “Failed”, “Done”.
The list of tasks to be displayed in the UI.
Task Attributes
The task label shown in the UI. Supports Markdown formatting (e.g.
**bold**, [links](url)).One of
TaskStatus.READY, TaskStatus.RUNNING, TaskStatus.DONE, or TaskStatus.FAILED.Optional message ID to link the task to a chat message, enabling task navigation in history.
Markdown in
Task.title is supported since version 2.9.0.