Shared Variable Manager
The Shared Variable Manager is a Widget giving the user an interface to create variables as key value pairs, they may be created from selected text as either the value or the key. They will be able to map keys to values in instances where they are selecting from structured data, such as from the RecordCollector
that will might be used in:
create a variable that can be used in prompt templates and map fields from the RecordCollector | |
select text from the PromptTemplate and convert it into a variable template with {{key_name}} , replacing selection with the variable in the Template, and applying the template variable to the RequestReviewer | |
select text from the ResponseReviewer and creating a variable by naming the key. The selection then gets converted into the value, and the variable is then both stand alone and may appear in a Highlight in the HighlightCollector | |
select text from a Highlight in the HighlightCollector, and convert it into a variable value by naming a new key or assigning it to an existing key. | |
select text from the aggregate insight in the InsightAssembler and convert it into a variable value by naming a new key or assigning it to an existing key. | |
view all key value pairs as part of the insight object that can be pushed into a Target Data Store. | |