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