# 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 */ ```