Name | Type | Description | Notes |
---|---|---|---|
type | String | Always `file_path`. | |
text | String | The text in the message content that needs to be replaced. | |
file_path | MessageContentTextAnnotationsFilePathObjectFilePath | ||
start_index | Integer | ||
end_index | Integer |
require 'openapi_client'
instance = OpenapiClient::MessageContentTextAnnotationsFilePathObject.new(
type: null,
text: null,
file_path: null,
start_index: null,
end_index: null
)