Parameter
Attributes
attribute
namestr
attribute
descriptionstr | None
= None
attribute
in_Annotated[str, Field(alias='in')]
attribute
requiredbool
= False
attribute
schema_Annotated[ParameterSchema, Field(alias='schema')]
Functions
func
get_json_schemaget_json_schema(self) -> dict[str, Any]
param
selfReturns
dict[str, Any]
func
get_tool_argument_specget_tool_argument_spec(self) -> dict[str, Any]
param
selfReturns
dict[str, Any]
Last updated on