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.chat_inference_request_tool_config_tools_inner_tool_spec_input_schemaimportChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema# TODO update the JSON string belowjson="{}"# create an instance of ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema from a JSON stringchat_inference_request_tool_config_tools_inner_tool_spec_input_schema_instance=ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema.from_json(json)
# print the JSON string representation of the objectprint(ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema.to_json())
# convert the object into a dictchat_inference_request_tool_config_tools_inner_tool_spec_input_schema_dict=chat_inference_request_tool_config_tools_inner_tool_spec_input_schema_instance.to_dict()
# create an instance of ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema from a dictchat_inference_request_tool_config_tools_inner_tool_spec_input_schema_from_dict=ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema.from_dict(chat_inference_request_tool_config_tools_inner_tool_spec_input_schema_dict)