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
"content": "Hello \ud83d\udc4b, How may I help you?"
},
{
"role": "user",
"content": "prompt",
"image_files": [
"filename.png",
"filename2.png"
]
}
],
"important-note": "image base64 are not saved locally, rather, only the file names of images are saved locally. And, when the load_thread is called, the image base64 are dynamically created and added for the first time in the message history. And again, while saving the thread, only the file names of the images are saved, not the base64 images."