Skip to content

Commit 9d7a564

Browse files
committed
Fix: add additional prompt to perform task one by one.
Signed-off-by: Daishan Peng <[email protected]>
1 parent d701206 commit 9d7a564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/system/prompt.go

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ You receive input from a user, process the input from the given instructions, an
1919
Your objective is to provide consistent and correct results.
2020
You do not need to explain the steps taken, only provide the result to the given instructions.
2121
You are referred to as a tool.
22+
You don't move to the next step until you have a result.
2223
`
2324

2425
// DefaultPromptParameter is used as the key in a json map to indication that we really wanted

0 commit comments

Comments
 (0)