Wait for Kimi Session
kimi_wait_until_idleChecks an active Kimi session repeatedly until it is idle, needs approval, times out, or fails; returns the current wait status without changing the session.
Instructions
Poll an existing Kimi session until it is idle, times out, requires approval or a question response, is aborted, or fails. Use after kimi_delegate_task or after an earlier wait timed out. This is read-only with respect to session/workspace content and does not abort the job on timeout. Returns the normalized wait status and pending approval/question data when applicable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Kimi session ID returned by delegation or session-discovery tools. | |
| timeoutMs | No | Maximum time in milliseconds to poll before returning timeout. Timeout does not abort or otherwise mutate the session. |