fieldAvailable
mode
Configures mode for Assistant threads from its authoritative release declaration.
Reference contract
| Field | Value | Description |
|---|---|---|
| valueType | "act" | "goal" | "plan" | "learn" | "review" | Declared input representation. |
| default | | Release default applied when the field is omitted. |
| typescriptType | "act" | "goal" | "plan" | "learn" | "review" | Compiler-resolved TypeScript contract. |
| required | true | — |
| allowed | ["act","goal","plan","learn","review"] | Allowed declaration values. |
Configures mode for Assistant threads from its authoritative release declaration.
The declared value type is "act" | "goal" | "plan" | "learn" | "review". Allowed values are ["act","goal","plan","learn","review"]. This field is required.