Cancel any in-progress stream for this conversation.
(conversationId: string)
| 85 | |
| 86 | /** Cancel any in-progress stream for this conversation. */ |
| 87 | stop(conversationId: string): Promise<void>; |
| 88 | } |
| 89 | |
| 90 | async function* streamRequest( |
no outgoing calls
no test coverage detected