Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.42 KB

File metadata and controls

29 lines (20 loc) · 1.42 KB

ListAITools200ResponseToolsInnerToolSpecInputSchema

Properties

Name Type Description Notes
var_json object JSON Schema defining function parameters [optional]

Example

from quantcdn.models.list_ai_tools200_response_tools_inner_tool_spec_input_schema import ListAITools200ResponseToolsInnerToolSpecInputSchema

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

# convert the object into a dict
list_ai_tools200_response_tools_inner_tool_spec_input_schema_dict = list_ai_tools200_response_tools_inner_tool_spec_input_schema_instance.to_dict()
# create an instance of ListAITools200ResponseToolsInnerToolSpecInputSchema from a dict
list_ai_tools200_response_tools_inner_tool_spec_input_schema_from_dict = ListAITools200ResponseToolsInnerToolSpecInputSchema.from_dict(list_ai_tools200_response_tools_inner_tool_spec_input_schema_dict)

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