| 103 | // --------------------------------------------------------------------------- |
| 104 | |
| 105 | export interface HandleResult { |
| 106 | stopReason: string; |
| 107 | errorMessage?: string; |
| 108 | } |
| 109 | |
| 110 | export interface AgentExecutionContext { |
| 111 | runId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected