# SendChatCompletionRequestResponse ## Supported Types ### `components.ChatResponse` ```python value: components.ChatResponse = /* values here */ ``` ### `Union[eventstreaming.EventStream[components.ChatStreamingResponseChunk], eventstreaming.EventStreamAsync[components.ChatStreamingResponseChunk]]` ```python value: Union[eventstreaming.EventStream[components.ChatStreamingResponseChunk], eventstreaming.EventStreamAsync[components.ChatStreamingResponseChunk]] = /* values here */ ```