trinity-xai / Trinity

Explainable AI analysis tool and 3D visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Optional Text field to data callout

Birdasaur opened this issue · comments

Currently the data callouts have a few fixed fields common to most applications and a general metaData hashmap catchall.
Reason surges in Large Language Model applications show a value to having a dedicated fixed field for a small Text blurb.
Currently users must add their text as a metaData field which doesn't format the text well.

Add a TextArea section to the callouts as a new TitledPane. Default to collapsed.
Restrict the TextArea to a reasonable width and height such that the user can scroll the text inside this node.
Add a clickable button that will popup the entire Text into a larger floating view for easier reading for larger blurbs.

being handled in branch connected to #37

This was resolved and pushed to #37's branch.
image