# ChatStreamCompletionCreateParamsResponseFormatUnion Response format configuration ## Supported Types ### `models.ChatStreamCompletionCreateParamsResponseFormatText` ```python value: models.ChatStreamCompletionCreateParamsResponseFormatText = /* values here */ ``` ### `models.ChatStreamCompletionCreateParamsResponseFormatJSONObject` ```python value: models.ChatStreamCompletionCreateParamsResponseFormatJSONObject = /* values here */ ``` ### `models.ChatStreamCompletionCreateParamsResponseFormatJSONSchema` ```python value: models.ChatStreamCompletionCreateParamsResponseFormatJSONSchema = /* values here */ ``` ### `models.ChatStreamCompletionCreateParamsResponseFormatGrammar` ```python value: models.ChatStreamCompletionCreateParamsResponseFormatGrammar = /* values here */ ``` ### `models.ChatStreamCompletionCreateParamsResponseFormatPython` ```python value: models.ChatStreamCompletionCreateParamsResponseFormatPython = /* values here */ ```