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
When tracing agents, it's common to see prompts that combine a) variable text and b) static text defined in templates that are included in multiple prompts (for example, a system prompt).
It would be nice if TraceLoop cuold identify repetitive text patterns (prompt templates) and visualize them in other color, inside a text container that can be labeled, expanded and collapsed.
Example
Let's say we traced this input prompt:
We can now click the text block and assign it a custom label:
When viewing other prompts that contain the same text block, it will be displayed using our custom label:
This feature will make it much more easier to analyze prompts.
Optional
Please also consider that some templates have variables inside.
Eg: "The current date is {{date}} and the current time is {{time}}."
In this case, we would see this:
It would be nice if we could tell TraceLoop to treat it as just one block that contains variables.
This way we could add it a custom label and only see:
Additional information
No response
🎤 Why is this feature needed ?
To make it easier to trace and analyze prompts.
👀 Have you spent some time to check if this feature request has been raised before?
I checked and didn't find similar issue
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered:
Which component is this feature for?
All
🔖 Feature description
Describe the feature or potential improvement
When tracing agents, it's common to see prompts that combine a) variable text and b) static text defined in templates that are included in multiple prompts (for example, a system prompt).
It would be nice if TraceLoop cuold identify repetitive text patterns (prompt templates) and visualize them in other color, inside a text container that can be labeled, expanded and collapsed.
Example
Let's say we traced this input prompt:
We can now click the text block and assign it a custom label:
When viewing other prompts that contain the same text block, it will be displayed using our custom label:
This feature will make it much more easier to analyze prompts.
Optional
Please also consider that some templates have variables inside.
Eg:
"The current date is {{date}} and the current time is {{time}}."
In this case, we would see this:
It would be nice if we could tell TraceLoop to treat it as just one block that contains variables.
This way we could add it a custom label and only see:
Additional information
No response
🎤 Why is this feature needed ?
To make it easier to trace and analyze prompts.
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: