# CreateChatCompletionResponse ## Supported Types ### `models.ChatCompletion` ```python value: models.ChatCompletion = /* values here */ ``` ### `Union[eventstreaming.EventStream[models.ChatCompletionChunk], eventstreaming.EventStreamAsync[models.ChatCompletionChunk]]` ```python value: Union[eventstreaming.EventStream[models.ChatCompletionChunk], eventstreaming.EventStreamAsync[models.ChatCompletionChunk]] = /* values here */ ```