breadboard-ai / breadboard

A library for prototyping generative AI applications.
Apache License 2.0
96 stars 20 forks source link

Implement LLM Content Converter node #1654

Open dglazkov opened 2 months ago

dglazkov commented 2 months ago

More than likely part of the Gemini Kit, this node will take any text or stream content and turn it into llm-content object.

For example:

When I run the graph, I see content with parts in the output.

dglazkov commented 2 months ago

We could also use this node as the foundation for our ELT work, and keep all conversion in one place.

paullewis commented 2 months ago

This is so exciting!