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