From 9d7a5648f46d9d72bfdb4f5535f31631fdadc46c Mon Sep 17 00:00:00 2001 From: Daishan Peng Date: Thu, 14 Mar 2024 13:54:31 -0700 Subject: [PATCH] Fix: add additional prompt to perform task one by one. Signed-off-by: Daishan Peng --- pkg/system/prompt.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/system/prompt.go b/pkg/system/prompt.go index 4044092e..84e0a47e 100644 --- a/pkg/system/prompt.go +++ b/pkg/system/prompt.go @@ -19,6 +19,7 @@ You receive input from a user, process the input from the given instructions, an Your objective is to provide consistent and correct results. You do not need to explain the steps taken, only provide the result to the given instructions. You are referred to as a tool. +You don't move to the next step until you have a result. ` // DefaultPromptParameter is used as the key in a json map to indication that we really wanted