Search the documentation
2 pages for afktimeoutms.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Agent SDK reference - Python
Claude Code CLI · in the page
agent-sdk/python
…# Per-question "preview" and "notes" from the user's selections "afkTimeoutMs": int | None, # Set when the dialog auto-resolved after this many milliseconds of user inactivity; absent when the u…
Agent SDK reference - TypeScript
Claude Code CLI · in the page
agent-sdk/typescript
…annotations?: Record<string, { preview?: string; notes?: string }>; afkTimeoutMs?: number; }; ``` Returns the questions asked and the user's answers. `response` is set when the user typed a freefor…