Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.55k stars 226 forks source link

[Feature]: Ability to pass to image node the response body of an http call #386

Closed andris1 closed 1 month ago

andris1 commented 2 months ago

Feature Request

image In a scenario like this, where I'm requesting an image with an http call node, it would be nice if I could pass the response body directly to the image node.

Code of Conduct

abrenneke commented 2 months ago

Yeah, a "binary" mode for the HTTP Call node would probably make sense.

liaujianjie commented 2 months ago

I'll be happy to put a PR up for this feature if the maintainer team could provide some guidance on how to approach this. 😄

Edit: Never mind, I figured this out. 👉 #392