tweak(core): simplify skill tool description (#38900)
This commit is contained in:
parent
9eea5bc925
commit
7d8f1bdab3
1 changed files with 1 additions and 3 deletions
|
|
@ -22,9 +22,7 @@ export const Output = Schema.Struct({
|
|||
output: Schema.String,
|
||||
})
|
||||
export const description = [
|
||||
"Load a specialized skill when the task at hand matches one of the available skills in the instructions.",
|
||||
"",
|
||||
"Use this tool to inject the skill's instructions and resources into the current conversation. The output may contain detailed workflow guidance as well as references to scripts, files, etc. in the same directory as the skill.",
|
||||
"Load a specialized skill's instructions and resources into the current conversation when the task at hand matches its description.",
|
||||
"",
|
||||
"The skill ID must match one of the available skills in the instructions.",
|
||||
].join("\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue