class documentation

class Parameters:

Constructor: Parameters(properties)

View In Hierarchy

Represents the parameters of a tool, which is a collection of properties.

Method __init__ Create a tool parameters schema.
Class Variable __slots__ Undocumented
Instance Variable properties Undocumented
Property json Returns the JSON representation of the parameters.
def __init__(self, properties: list[Property]):

Create a tool parameters schema.

Parameters
properties:list[Property]The parameter properties.
__slots__: list[str] =

Undocumented

properties =

Undocumented

@property
json =

Returns the JSON representation of the parameters.