Developers – Function Calling
- Added guidance to the Function Calling reference clarifying that the root of every tool’s
parametersschema must be an object ("type": "object"). Nested types must be placed insideproperties. - Documented the resulting validation behavior: tools that violate this rule are rejected with a
400error that identifies the invalid tool.