{
"type": "<string>",
"annotations": [
{
"id": "an_abc123efg456",
"key": "formatting",
"type": "<string>",
"title": "Response Formatting",
"description": "Does the response contain issues with formatting?",
"labels": [
"Major Issues",
"Minor Issues",
"No Issues"
],
"metadata": {
"criteria": "overall_quality"
},
"value": 3,
"possible_values": [
[
1,
2,
3
]
]
}
],
"text": "<string>"
}Core Resources
Chunk
A Chunk is a piece of content and Annotations that are relevant to that Chunk.
A Chunk is a subset of a Message. Annotations at the Chunk level directly apply to that part of the Message. For example, a single sentence in a paragraph could be a Chunk with its own Annotations.
The type of chunked data.
annotations
(Integer · object | Boolean · object | Text · object | Category · object | Category-Multiple · object | File · object | Workspace Container · object | Ranked Choices · object | Ranked Groups · object)[]
required
Annotations for a chunk of the message.
Represents a generic annotation.
- Integer
- Boolean
- Text
- Category
- Category-Multiple
- File
- Workspace Container
- Ranked Choices
- Ranked Groups
Show child attributes
Show child attributes
A plain text field.

