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