diff options
author | bobzel <zzzman@gmail.com> | 2025-06-23 16:24:11 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-06-23 16:24:11 -0400 |
commit | 4cad8cf302347f26f9030e623764949b9b9bd611 (patch) | |
tree | 920aa1622ca8e2d3018b9ae541c748c290f4eb21 /src/client/apis/gpt/GPT.ts | |
parent | 0c716d87a3b9ece5b0fa77ffb8f9c008ecf78fda (diff) |
cleaned up assiging tags to docs using gpt popup
Diffstat (limited to 'src/client/apis/gpt/GPT.ts')
-rw-r--r-- | src/client/apis/gpt/GPT.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/apis/gpt/GPT.ts b/src/client/apis/gpt/GPT.ts index af9cdd2d1..6258a82dc 100644 --- a/src/client/apis/gpt/GPT.ts +++ b/src/client/apis/gpt/GPT.ts @@ -213,7 +213,7 @@ const callTypeMap: { [type in GPTCallType]: GPTCallOpts } = { Each one is separated by '${DescriptionSeperator}' on either side. Descriptions will vary in length, so make sure to only separate when you see '${DescriptionSeperator}'. Based on the question/command the user asks, provide a tag label of the given descriptions that best matches the user's specifications. - Format your response precisely as a single string that prints each description followed by '${DataSeperator}' followed by the label followed by '${DescriptionSeperator}'. + Format your response precisely as a single string that prints each description without including any '${DescriptionSeperator}', followed by '${DataSeperator}', followed by the tag label, followed by '${DescriptionSeperator}'. Do not use any additional formatting marks or punctuation'. Immediately afterward, surrounded by '${DocSeperator}' on BOTH SIDES, provide some insight into your reasoning for the way you sorted (and mention nothing about the formatting details given in this description). `, |