(with-images text & images)Return a message with an image.
Args:
Example:
(->
  (with-images "What are in these images? Is there any difference between them?"
    "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg"
    (io/input-stream "/tmp/sample.png"))
  ask
  last
  :ai)
Return a message with an image.
Args:
 - text: The prompt to ask the user.
 - images: A list of image URLs or input streams.
Example:
```clojure
(->
  (with-images "What are in these images? Is there any difference between them?"
    "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg"
    (io/input-stream "/tmp/sample.png"))
  ask
  last
  :ai)
```cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |