Skip to main content

Module transform

Module transform 

Source
Expand description

Provider-oriented JSON Schema rewrites.

Enums§

SchemaTransform
A rewrite applied to a JSON Schema before it is sent to a provider.

Functions§

add_additional_properties_false
Sets additionalProperties: false on every object schema that does not already declare a schema for additional properties.
remove_property_names
Removes propertyNames from every schema.
to_openai_strict
Rewrites a schema for OpenAI strict mode.