# ChatGenerationParamsImageConfig ## Supported Types ### `str` ```python value: str = /* values here */ ``` ### `float` ```python value: float = /* values here */ ``` ### `List[Any]` ```python value: List[Any] = /* values here */ ```