Files
openrouter-python-sdk-retry…/docs/operations/sendchatcompletionrequestresponse.mdx
T

19 lines
460 B
Plaintext

---
title: "SendChatCompletionRequestResponse"
---
## Supported Types
### `components.ChatResult`
```python
value: components.ChatResult = /* values here */
```
### `Union[eventstreaming.EventStream[components.ChatStreamChunk], eventstreaming.EventStreamAsync[components.ChatStreamChunk]]`
```python
value: Union[eventstreaming.EventStream[components.ChatStreamChunk], eventstreaming.EventStreamAsync[components.ChatStreamChunk]] = /* values here */
```