Name | Type | Description | Notes |
---|---|---|---|
type | String | The type of the content part. | |
image_url | ChatCompletionRequestMessageContentPartImageImageUrl |
require 'openapi_client'
instance = OpenapiClient::ChatCompletionRequestMessageContentPartImage.new(
type: null,
image_url: null
)