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