You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agents can specify multiple variants of their prompts. They can be selected in the Configuration View. The non-selected prompts will not be used by the agent.
The configuration overview also shows which variables and functions are used by the agent, including the ones specified in the prompt (customizations).
At the moment the overview shows a union of all variables and functions of all prompt variant (customizations). However this is misleading as the ones of the non-selected variants will actually not be used.
The overview should be adapted to only show the variables and functions of the selected prompt (customization).