Skip to Content

ParamOptBool

ParamOptBool = object

Defined in: src/client/types.gen.ts:3781 

Whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the parameters field. Only a subset of JSON Schema is supported when strict is true. Learn more about Structured Outputs in the function calling guide .

Properties

value?

optional value: boolean

Defined in: src/client/types.gen.ts:3782 

Last updated on