Skip to main content

Module schema

Module schema 

Source
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.