start_activity
Start an activity with a title, subtitle, step progress, and optional colors to indicate task status.
Instructions
Start an activity with a title and message
Args: title (str): The title to show when the activity starts subtitle (str): The subtitle to show when the activity starts current_step (int): The current step to show when the activity starts number_of_step (int): The total number of steps to show when the activity starts color (str, optional): The color to show when the activity starts. Defaults to "blue". current_step_color (str, optional): The color of the current step to show when the activity starts. Defaults to "blue".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | blue | |
| title | Yes | ||
| subtitle | Yes | ||
| current_step | Yes | ||
| number_of_step | Yes | ||
| current_step_color | No | blue |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||