Expand description
Schema helpers for creating tool parameter schemas.
Functionsยง
- array
- Create an array property schema.
- boolean
- Create a boolean property schema.
- enum_
values - Create an enum property schema.
- integer
- Create an integer property schema.
- number
- Create a number property schema.
- string
- Create a string property schema.
- string_
with_ description - Create a string property with description.