Closed andehr closed 5 months ago
Closes https://github.com/PrefectHQ/marvin/issues/932
Adds parameter image_files to Thread.add() to allow adding images to Threads.
image_files
Thread.add()
Example usage:
thread = Thread() thread.add("some message", role="user", image_files=["path/to/image.png"])
Closes https://github.com/PrefectHQ/marvin/issues/932
Adds parameter
image_files
toThread.add()
to allow adding images to Threads.Example usage: