| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | [optional] | |
| description | str | [optional] | |
| input_schema | ListAITools200ResponseToolsInnerToolSpecInputSchema | [optional] |
from quantcdn.models.list_ai_tools200_response_tools_inner_tool_spec import ListAITools200ResponseToolsInnerToolSpec
# TODO update the JSON string below
json = "{}"
# create an instance of ListAITools200ResponseToolsInnerToolSpec from a JSON string
list_ai_tools200_response_tools_inner_tool_spec_instance = ListAITools200ResponseToolsInnerToolSpec.from_json(json)
# print the JSON string representation of the object
print(ListAITools200ResponseToolsInnerToolSpec.to_json())
# convert the object into a dict
list_ai_tools200_response_tools_inner_tool_spec_dict = list_ai_tools200_response_tools_inner_tool_spec_instance.to_dict()
# create an instance of ListAITools200ResponseToolsInnerToolSpec from a dict
list_ai_tools200_response_tools_inner_tool_spec_from_dict = ListAITools200ResponseToolsInnerToolSpec.from_dict(list_ai_tools200_response_tools_inner_tool_spec_dict)