We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834cd87 commit 0b5d0aaCopy full SHA for 0b5d0aa
index.ts
@@ -45,7 +45,8 @@ const plugin: Plugin = (async (ctx) => {
45
46
const prompts = {
47
synthInstruction: loadPrompt("synthetic"),
48
- nudgeInstruction: loadPrompt("nudge")
+ nudgeInstruction: loadPrompt("nudge"),
49
+ systemReminder: loadPrompt("system-reminder")
50
}
51
52
// Install global fetch wrapper for context pruning and synthetic instruction injection
lib/fetch-wrapper/types.ts
@@ -29,6 +29,7 @@ export interface FormatDescriptor {
29
export interface SynthPrompts {
30
synthInstruction: string
31
nudgeInstruction: string
32
+ systemReminder: string
33
34
35
export interface FetchHandlerContext {
0 commit comments