closeSseStream

suspend fun closeSseStream(requestId: RequestId)(source)

Closes the SSE stream associated with the given requestId, prompting the client to reconnect. Useful for implementing polling behavior for long-running operations.