{
"id": "<string>",
"type": "<string>",
"value": "<string>",
"label": "<string>"
}Common Types
Choice
A single element from a set of Choices, variants in an enumeration.
Last modified on November 7, 2025
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"id": "<string>",
"type": "<string>",
"value": "<string>",
"label": "<string>"
}A single element from a set of Choices, variants in an enumeration.
Was this page helpful?