Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.42 KB

File metadata and controls

31 lines (22 loc) · 1.42 KB

ListAITools200ResponseToolsInnerToolSpec

Properties

Name Type Description Notes
name str [optional]
description str [optional]
input_schema ListAITools200ResponseToolsInnerToolSpecInputSchema [optional]

Example

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)

[Back to Model list] [Back to API list] [Back to README]