Skip to content

Commit

Permalink
Update using_guidance.md (#2901)
Browse files Browse the repository at this point in the history
deletes one copy of a sentence that repeated twice
  • Loading branch information
nbroad1881 authored Jan 13, 2025
1 parent 83624a0 commit 2e22164
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/basic_tutorials/using_guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2e22164

Please sign in to comment.