A single choice option for a multiple choice or multi-select question.
Choice()| Name | Type |
|---|---|
| value | Annotated[str, Field(description="The display label for this choice. Also the text returned as the answer when this choice is selected. A 'multi_select' answer is a JSON array, so a value may contain commas, quotes, and newlines; JSON escaping keeps it exact. A 'multiple_choice' value is returned on its own with no escaping, so keep that one to a single line.")] |