You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromquantcdn.models.list_ai_tools200_response_tools_inner_tool_spec_input_schemaimportListAITools200ResponseToolsInnerToolSpecInputSchema# TODO update the JSON string belowjson="{}"# create an instance of ListAITools200ResponseToolsInnerToolSpecInputSchema from a JSON stringlist_ai_tools200_response_tools_inner_tool_spec_input_schema_instance=ListAITools200ResponseToolsInnerToolSpecInputSchema.from_json(json)
# print the JSON string representation of the objectprint(ListAITools200ResponseToolsInnerToolSpecInputSchema.to_json())
# convert the object into a dictlist_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 dictlist_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)