-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: if only dummy, select all skills from pipeline * fix: use var to substitute skills descr * fix: prompt
- Loading branch information
1 parent
2d3f8c3
commit a62b587
Showing
2 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"prompt": "Select up to MAX_N_SKILLS the most relevant to the dialog context skills based on the given short descriptions of abilities of different skills of the assistant. Return only names of the selected skills divided by comma. Do not respond to the dialog context.\n\n" | ||
"prompt": "Select up to MAX_N_SKILLS the most relevant to the dialog context skills based on the given short descriptions of abilities of different skills of the assistant.\n\nLIST_OF_AVAILABLE_AGENTS_WITH_DESCRIPTIONS\nReturn only names of the selected skills divided by comma. Do not respond to the dialog context." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters