MCPcopy Create free account
hub / github.com/ChinaSiro/claude-code-sourcemap / TaskOutputInput

Interface TaskOutputInput

package/sdk-tools.d.ts:328–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 dangerouslyDisableSandbox?: boolean;
327}
328export interface TaskOutputInput {
329 /**
330 * The task ID to get output from
331 */
332 task_id: string;
333 /**
334 * Whether to wait for completion
335 */
336 block: boolean;
337 /**
338 * Max wait time in ms
339 */
340 timeout: number;
341}
342export interface ExitPlanModeInput {
343 /**
344 * Prompt-based permissions needed to implement the plan. These describe categories of actions rather than specific commands.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected