# ChatGenerationParamsResponseFormatUnion ## Supported Types ### `models.ChatGenerationParamsResponseFormatText` ```python value: models.ChatGenerationParamsResponseFormatText = /* values here */ ``` ### `models.ChatGenerationParamsResponseFormatJSONObject` ```python value: models.ChatGenerationParamsResponseFormatJSONObject = /* values here */ ``` ### `models.ResponseFormatJSONSchema` ```python value: models.ResponseFormatJSONSchema = /* values here */ ``` ### `models.ResponseFormatTextGrammar` ```python value: models.ResponseFormatTextGrammar = /* values here */ ``` ### `models.ChatGenerationParamsResponseFormatPython` ```python value: models.ChatGenerationParamsResponseFormatPython = /* values here */ ```