You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/extensions/query-translator/clients/OpenAi/OpenAiClient.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ export class OpenAiClient extends ModelClient {
117
117
letqueryExample=reportExampleQueries[reportType];
118
118
letfinalMessage=`${content}. Please use the following query structure as an example for ${reportTypesToDesc[reportType]}:
119
119
${queryExample}
120
-
Remember to respect the schema and remove any unnecessary comments or explanations from your result.`;
120
+
Remember to respect the schema and remove any unnecessary comments or explanations from your result. Remember that every $ prefixed word is a parameter.`;
0 commit comments