SpyBara
Go Premium

Documentation 2026-03-31 16:24 UTC to 2026-04-01 05:53 UTC

1 file changed +9 −0. View all changes and history on the product overview
2026
Thu 30 06:13 Tue 28 06:15 Sat 25 05:52 Fri 24 05:58 Thu 23 05:56 Wed 22 05:55 Thu 16 05:55 Wed 15 05:55 Tue 14 05:55 Sat 11 05:41 Thu 9 05:52 Wed 8 05:51 Tue 7 05:51 Wed 1 05:53
Details

428 428 

429You can denote optional fields by adding `null` as a `type` option (see example below).429You can denote optional fields by adding `null` as a `type` option (see example below).

430 430 

431If you send `strict: true` and your schema does not meet the requirements above,

432the request will be rejected with details about the missing constraints. If you

433omit `strict`, the default depends on the API: Responses requests will

434normalize your schema into strict mode (for example, by setting

435`additionalProperties: false` and marking all fields as required), which can

436make previously optional fields mandatory, while Chat Completions requests

437remain non-strict by default. To opt out of strict mode in Responses and keep

438non-strict, best-effort function calling, explicitly set `strict: false`.

439 

431 440 

432 441 

433 442