How to create a Prompt Variant? #15790
Unanswered
chriscross2
asked this question in
Q&A
Replies: 2 comments 3 replies
-
This seems like a regression, it works in 1.61, but not in 1.62. @chriscross2 Would you mind opening a bug and tagging me, I will have a look! |
Beta Was this translation helpful? Give feedback.
1 reply
-
A temporary work around, as this fix might not make it to 1.62 anymore: Create a custom agent with your prompt variant. The only downside is that you have explicitly reference it in the chat. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am having trouble creating a variant of a prompt.
Clicking "Edit" behind the selected variant in the Agent settings creates a file in the prompt templates directory.
The documentation says: "To create user-defined variants, browse to the prompt templates directory and create/copy a new file starting with the same id as the default prompt of an agent.”
Copying that file and changing the name after the ID does not have any effect, the variant is not recognized in Theia IDE. I tried different variations of the ID like “Architect-system-two”, “Architect-two”, “architect-two” …
Operation System is Windows 11, Theia IDE version 1.62.101
Beta Was this translation helpful? Give feedback.
All reactions