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