We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9f94d commit ca5d67eCopy full SHA for ca5d67e
src/functions/execute-model.ts
@@ -56,7 +56,7 @@ Example Queries (IMPORTANT: Phrasing doesn't have to match):
56
"Do not include any additional information about the selected model in this first sentence - ONLY the name.",
57
];
58
59
- if (importantRefs) {
+ if (importantRefs.length > 0) {
60
content.push(
61
"The user included the following context - you may find information in this context useful for your response:",
62
JSON.stringify(importantRefs)
0 commit comments