Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 4.98 KB

File metadata and controls

15 lines (11 loc) · 4.98 KB

ChatMessageCitation

Information about the source for a ChatMessage.

Fields

Field Type Required Description Example
tracking_token Optional[str] An opaque token that represents this particular result in this particular ChatMessage. To be used for /feedback reporting.
source_document Optional[models.Document] N/A
source_file Optional[models.ChatFile] Structure for file uploaded by a user for Chat.
source_person Optional[models.Person] N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
source_custom_entity Optional[models.CustomEntity] N/A
reference_ranges List[models.ReferenceRange] Each reference range and its corresponding snippets