Skip to content

Commit 2e22164

Browse files
authored
Update using_guidance.md (#2901)
deletes one copy of a sentence that repeated twice
1 parent 83624a0 commit 2e22164

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/source/basic_tutorials/using_guidance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ In addition to the grammar parameter, we've also introduced a set of tools and f
187187

188188
Tools are a set of user defined functions that can be used in tandem with the chat functionality to enhance the LLM's capabilities. Functions, similar to grammar are defined as JSON schema and can be passed as part of the parameters to the Messages API.
189189

190-
Functions, similar to grammar are defined as JSON schema and can be passed as part of the parameters to the Messages API.
191-
192190
```json
193191
curl localhost:3000/v1/chat/completions \
194192
-X POST \

0 commit comments

Comments
 (0)