API
AIOS Schema
Build JSON Schema for structured output.
"AIOS Schema" builds JSON Schema objects used with Request.SetOutput(...).
Common helpers:
String(),Number(),Boolean(), ...Field(Name, Schema)Object(Fields)
Example:
Fields.Add(Schema.Field('message', Schema.String()));
Request.SetOutput(Schema.Object(Fields));
See Structured output.