diff options
| author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-07-10 18:02:24 -0400 |
|---|---|---|
| committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-07-10 18:02:24 -0400 |
| commit | ff5fa6654a74096bbd9f14c5d236b8d08861fe2f (patch) | |
| tree | 98e1a4f2047d7e78b944f9f1f2d188bce4574b32 /src/client/views/nodes/ChatBox/prompts.ts | |
| parent | d2c968cb3705b314396c0503b089f8a233a26502 (diff) | |
Works much better now.
Diffstat (limited to 'src/client/views/nodes/ChatBox/prompts.ts')
| -rw-r--r-- | src/client/views/nodes/ChatBox/prompts.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/ChatBox/prompts.ts b/src/client/views/nodes/ChatBox/prompts.ts index ffea13788..c011d65b7 100644 --- a/src/client/views/nodes/ChatBox/prompts.ts +++ b/src/client/views/nodes/ChatBox/prompts.ts @@ -30,6 +30,8 @@ export function getReactPrompt(tools: Tool[], chatHistory: string): string { <action>wikipedia</action> </step1> + THEN PAUSE AND DO NOT OUTPUT ANYTHING. + You will be called again with this: <action_rules> { @@ -56,6 +58,8 @@ export function getReactPrompt(tools: Tool[], chatHistory: string): string { </action_input> </step2> + THEN PAUSE AND DO NOT OUTPUT ANYTHING. + You will then be called again with this: <observation>France is a country. The capital is Paris.</observation> |
