(runner: SubAgentRunner | null)
| 67 | executionMode?: 'subagent' | 'normal'; |
| 68 | askUser?: (prompt: string, options?: string[]) => Promise<string>; |
| 69 | onToolUI?: (event: import('../base.js').ToolUIEvent) => void; |
| 70 | } |
| 71 | |
| 72 | type SubAgentRunner = ( |
| 73 | prompt: string, |
| 74 | opts: SubAgentOpts, |
no outgoing calls
no test coverage detected