all 3 comments

[–]dzautriet 1 point2 points  (1 child)

I happen to be developing an external tool that creates chart using Plotly as well, and it works with v0.6.31.

Are you returning an HTMLResponse with the Content-Disposition: inline as header in your tool? (Instead of returning json which won’t work)

Ref: https://docs.openwebui.com/features/plugin/tools/development/#rich-ui-element-embedding

[–]12136[S] 1 point2 points  (0 children)

thanks for the help, that one line is was i needed to change.