Add examples of customs request

This commit is contained in:
Petr Mironychev
2024-09-08 02:25:21 +02:00
parent 24ad5fd015
commit 15af137728
6 changed files with 36 additions and 47 deletions

View File

@ -47,6 +47,7 @@ CustomPromptSettings::CustomPromptSettings()
customJsonLabel.setDisplayStyle(Utils::StringAspect::LabelDisplay);
customJsonLegend.setLabelText(Tr::tr(R"(Prompt components:
- model is set on General Page
- {{QODE_INSTRUCTIONS}}: Placeholder for specific instructions or context.
- {{QODE_PREFIX}}: Will be replaced with the actual code before the cursor.
- {{QODE_SUFFIX}}: Will be replaced with the actual code after the cursor.