(sessionId: string, shellRunId: string)
| 143 | patch: ShellRunPatch, |
| 144 | ): Promise<ShellRunRecord>; |
| 145 | readShellRun(sessionId: string, shellRunId: string): Promise<ShellRunRecord>; |
| 146 | listSessionShellRuns(sessionId: string): Promise<ShellRunRecord[]>; |
| 147 | } |
| 148 |
no outgoing calls