Skip to documentation content
On this page
  1. Reference

mode

Configures mode for Assistant threads from its authoritative release declaration.

Reference

FieldValueDescription
valueType"act" | "goal" | "plan" | "learn" | "review"Declared input representation.
defaultRelease default applied when the field is omitted.
typescriptType"act" | "goal" | "plan" | "learn" | "review"Compiler-resolved TypeScript contract.
requiredtrue
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.