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
fromaerostack.models.ai_chat_request_messages_innerimportAiChatRequestMessagesInner# TODO update the JSON string belowjson="{}"# create an instance of AiChatRequestMessagesInner from a JSON stringai_chat_request_messages_inner_instance=AiChatRequestMessagesInner.from_json(json)
# print the JSON string representation of the objectprintAiChatRequestMessagesInner.to_json()
# convert the object into a dictai_chat_request_messages_inner_dict=ai_chat_request_messages_inner_instance.to_dict()
# create an instance of AiChatRequestMessagesInner from a dictai_chat_request_messages_inner_form_dict=ai_chat_request_messages_inner.from_dict(ai_chat_request_messages_inner_dict)