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_inference200_response_response_tool_use_one_of1_innerimportChatInference200ResponseResponseToolUseOneOf1Inner# TODO update the JSON string belowjson="{}"# create an instance of ChatInference200ResponseResponseToolUseOneOf1Inner from a JSON stringchat_inference200_response_response_tool_use_one_of1_inner_instance=ChatInference200ResponseResponseToolUseOneOf1Inner.from_json(json)
# print the JSON string representation of the objectprint(ChatInference200ResponseResponseToolUseOneOf1Inner.to_json())
# convert the object into a dictchat_inference200_response_response_tool_use_one_of1_inner_dict=chat_inference200_response_response_tool_use_one_of1_inner_instance.to_dict()
# create an instance of ChatInference200ResponseResponseToolUseOneOf1Inner from a dictchat_inference200_response_response_tool_use_one_of1_inner_from_dict=ChatInference200ResponseResponseToolUseOneOf1Inner.from_dict(chat_inference200_response_response_tool_use_one_of1_inner_dict)