Report your activity to the mascot
report_ai_coach_activityUpdate the AI Coach mascot with your current activity state to trigger animations and speech bubbles for thinking, working, waiting, succeeded, or failed.
Instructions
Let the AI Coach mascot act out what you are doing, with its own animation and speech bubble. Call with 'thinking' or 'working' when starting a task (optionally with a short label), 'waiting' when you need the user, 'succeeded' or 'failed' when you finish. Repeats of the same state are not re-announced, so calling on every step is safe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | What you are doing, up to 60 characters. | |
| state | Yes | Your own current activity. thinking / working / waiting are ongoing; succeeded / failed are terminal; idle removes the display. | |
| locale | No | Display language (BCP 47). | |
| mascotId | No | A mascotId returned by status. Defaults to the primary mascot when omitted. | |
| ttlSeconds | No | Seconds to keep this state (default 120, max 900). |