(
runId: string,
options?: { waitSeconds?: number; signal?: AbortSignal },
)
| 33 | */ |
| 34 | export interface RunClient { |
| 35 | getRun( |
| 36 | runId: string, |
| 37 | options?: { waitSeconds?: number; signal?: AbortSignal }, |
| 38 | ): Promise<RunResponse>; |
no outgoing calls
no test coverage detected