Skip to content

Commit 402c707

Browse files
committed
fix: typo
1 parent d2235b5 commit 402c707

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/usage/chat-buffer/tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,17 +319,17 @@ Error: {"object":"error","message":"Unexpected role 'user' after role 'tool'","t
319319
code":"3230"}
320320
```
321321

322-
Use the following configuration:
322+
Use the following configuration:
323323

324324
```lua
325325
{
326326
strategies = {
327327
chat = {
328-
adapter = "mistral",
328+
adapter = "mistral",
329329
tools = {
330330
opts = {
331-
-- this is needed for mistral to work peroperly
332-
auto_submit_errors = true, -- Send any errors to the LLM
331+
-- this is needed for mistral to work properly
332+
auto_submit_errors = true, -- Send any errors to the LLM
333333
},
334334
}
335335
},

0 commit comments

Comments
 (0)