Update using_guidance.md (#2901)

deletes one copy of a sentence that repeated twice
This commit is contained in:
Nicholas Broad 2025-01-13 02:09:35 -08:00 committed by GitHub
parent 83624a07be
commit 2e22164d4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,8 +187,6 @@ In addition to the grammar parameter, we've also introduced a set of tools and f
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.
Functions, similar to grammar are defined as JSON schema and can be passed as part of the parameters to the Messages API.
```json
curl localhost:3000/v1/chat/completions \
-X POST \