diff options
| author | adamdottv <[email protected]> | 2025-05-01 06:35:47 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-01 06:35:47 -0500 |
| commit | 3e30607a6d321bf46feb2f437fe232b73751955b (patch) | |
| tree | f0811e5ab4547901420132c5ab4aa50aa149ef3d | |
| parent | d08e58279db42b9892ad32e0fd8cdf086b4027d5 (diff) | |
| download | opencode-3e30607a6d321bf46feb2f437fe232b73751955b.tar.gz opencode-3e30607a6d321bf46feb2f437fe232b73751955b.zip | |
fix: minor prompt fix
| -rw-r--r-- | internal/llm/prompt/coder.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/llm/prompt/coder.go b/internal/llm/prompt/coder.go index 4cfa1314e..7d2c875af 100644 --- a/internal/llm/prompt/coder.go +++ b/internal/llm/prompt/coder.go @@ -103,7 +103,7 @@ assistant: 4 <example> user: is 11 a prime number? -assistant: true +assistant: yes </example> <example> |
