Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.2 KB

File metadata and controls

29 lines (20 loc) · 1.2 KB

ListAITools200ResponseToolsInner

Properties

Name Type Description Notes
tool_spec ListAITools200ResponseToolsInnerToolSpec [optional]

Example

from quantcdn.models.list_ai_tools200_response_tools_inner import ListAITools200ResponseToolsInner

# TODO update the JSON string below
json = "{}"
# create an instance of ListAITools200ResponseToolsInner from a JSON string
list_ai_tools200_response_tools_inner_instance = ListAITools200ResponseToolsInner.from_json(json)
# print the JSON string representation of the object
print(ListAITools200ResponseToolsInner.to_json())

# convert the object into a dict
list_ai_tools200_response_tools_inner_dict = list_ai_tools200_response_tools_inner_instance.to_dict()
# create an instance of ListAITools200ResponseToolsInner from a dict
list_ai_tools200_response_tools_inner_from_dict = ListAITools200ResponseToolsInner.from_dict(list_ai_tools200_response_tools_inner_dict)

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