(sessionId: string)
| 156 | /** Take back every queued message (both queues) as one `\n\n`-joined string. */ |
| 157 | retractQueue(sessionId: string): string; |
| 158 | hasActiveRuns(sessionId: string): boolean; |
| 159 | /** |
| 160 | * The turns of the runs in flight for this session. The same fact |
| 161 | * `hasActiveRuns` reports, named — which is what lets a client tell a turn |
no outgoing calls
no test coverage detected