Information about the source for a ChatMessage.
| 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" } |
reference_ranges |
List[models.ReferenceRange] | ➖ | Each reference range and its corresponding snippets |