From 2e22164d4a3430c51792b041debd04a35f2ceccb Mon Sep 17 00:00:00 2001 From: Nicholas Broad Date: Mon, 13 Jan 2025 02:09:35 -0800 Subject: [PATCH] Update using_guidance.md (#2901) deletes one copy of a sentence that repeated twice --- docs/source/basic_tutorials/using_guidance.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/basic_tutorials/using_guidance.md b/docs/source/basic_tutorials/using_guidance.md index 2d55c952..e389fbbc 100644 --- a/docs/source/basic_tutorials/using_guidance.md +++ b/docs/source/basic_tutorials/using_guidance.md @@ -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 \