Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 493 Bytes

MessageContentTextAnnotationsFileCitationObjectFileCitation.md

File metadata and controls

20 lines (14 loc) · 493 Bytes

OpenapiClient::MessageContentTextAnnotationsFileCitationObjectFileCitation

Properties

Name Type Description Notes
file_id String The ID of the specific File the citation is from.
quote String The specific quote in the file.

Example

require 'openapi_client'

instance = OpenapiClient::MessageContentTextAnnotationsFileCitationObjectFileCitation.new(
  file_id: null,
  quote: null
)