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