Skip to content

Commit 2c7716d

Browse files
authored
Fix typo: "two things" → "three things" (#10)
The list actually contains three items, not two.
1 parent 94bcdb6 commit 2c7716d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ while True:
4646
Different LM APIs may have slightly different conventions for how to structure these messages.
4747

4848

49-
So to get this to work, we only need to implement two things:
49+
So to get this to work, we only need to implement three things:
5050

5151
1. Querying the LM API (this can get annoying if you want to support all LMs, or want detailed cost information, but is very simple if you already know which model you want)
5252
2. Parsing the action (`parse_action`). You don't need this if you use the tool calling functionality of your LM if it supports it, but this is more provider-specific, so we wo'nt cover it in this guide for now (don't worry, the performance should not be impacted by this).

0 commit comments

Comments
 (0)