(chunk: CompletionChunk)
| 15576 | error_box: Dict[str, BaseException] = {} |
| 15577 | |
| 15578 | def on_stream_chunk(chunk: CompletionChunk) -> None: |
| 15579 | mailbox.put(chunk) |
| 15580 | |
| 15581 | def on_done(result: OpenAICompletion) -> None: |
| 15582 | result_box["result"] = result |
no outgoing calls
no test coverage detected