()
| 217 | } |
| 218 | |
| 219 | private resetTurnStats() { |
| 220 | this.turnStartMsValue = null; |
| 221 | this.streamedCharsValue = 0; |
| 222 | this.streamModeValue = null; |
| 223 | } |
| 224 | |
| 225 | private requestToolApproval = (request: { tool: string; args: Record<string, unknown> }) => { |
| 226 | return new Promise<ApprovalDecision>((resolve) => { |
no outgoing calls
no test coverage detected