ToolArgumentJSONSchema
TypedDict for JSON Schema representation of a tool argument.
Attributes
attribute
typestr | None
attribute
any_ofAnnotated[list[dict[str, Any]], Field(alias='anyOf')] | None
attribute
descriptionstr | None
attribute
propertiesdict[str, ToolArgumentJSONSchema] | None
Last updated on