()
| 76 | options?: MakaPreparePromptOptions, |
| 77 | ): Promise<MakaPreparedSessionTurn>; |
| 78 | compactSession(): AsyncIterable<SessionEvent>; |
| 79 | resumeLatest?(): AsyncIterable<SessionEvent>; |
| 80 | steer?(text: string): Promise<QueueEnqueueOutcome>; |
| 81 | queueMessage?(text: string): Promise<QueueEnqueueOutcome>; |
no outgoing calls
no test coverage detected