Dot access
Use dot access to read nested fields.Array pluck
Use.*. to read a field from every item in an array.
null. If a plucked field is itself an array, the result is flattened one level.
Use .**. to drop null plucked values, or .***. to require all plucked values to be non-null and the same runtime type.
Model usage
Agents reference named model profiles.Tool calls
Tool calls usebindings {} for runtime values.