Skip to content

Commit 8d564a5

Browse files
authored
Merge pull request #161 from StrongMonkey/tweak-prompt
Fix: add additional prompt to perform task one by one.
2 parents c6b5c64 + 9d7a564 commit 8d564a5

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)