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
content=`Continue writing for text/string field "${fieldLabel}" in the table "${resLabel}"\n`+
123
123
(Object.keys(recordNoField).length>0 ? `Record has values for the context: ${inputContext}\n` : '')+
124
124
`Current field value: ${currentVal}\n`+
125
-
"Don't talk to me. Just write text. No quotes. Don't repeat current field value, just write completion\n";
125
+
"Don't talk to me. Just write text. No quotes. Don't repeat current field value, just write completion. Stop generating when you finish the sentence. DO NOT GENERATE AFTER GENERATED FIRST \".\"\n";
content=`Fill text/string field "${fieldLabel}" in the table "${resLabel}"\n`+
142
142
(Object.keys(recordNoField).length>0 ? `Record has values for the context: ${inputContext}\n` : '')+
143
-
"Be short, clear and precise. No quotes. Don't talk to me. Just write text\n";
143
+
"Be short, clear and precise. No quotes. Don't talk to me. Just write text. Stop generating when you finish the sentence. DO NOT GENERATE AFTER YOU GENERATED FIRST\".\"\n";
0 commit comments