ReasoningSpec.stateSchema property
Typed schema of the state record, one entry per state field. Designed by the Plan phase automatically; supply by hand for hand-written specs to get strict, schema-enforced state updates on providers that support them (otherwise field types are inferred from the current values).
Signature:
readonly stateSchema?: StateFieldSchema[];