Update StructureVisualizer to be able to identify what model/prompt_driver is being used #1113
Open
1 task done
Labels
enhancement
New feature or request
It would be incredibly useful to be able to visualize where your data is going - for example, what data is going to go to gpt-4o vs llama3.1.
Perhaps we could add the ability for
StructureVisualizer
to do this for Agents as well?for example, for this code:
we could display something like:
This should also work for Workflows & Pipelines so you know what drivers various tasks are using.
The text was updated successfully, but these errors were encountered: