Skip to content

Commit c7998ab

Browse files
authored
Merge pull request #9 from ismael-dm/remove-extra-note
Duplicated Note tag
2 parents ef13ca3 + e0273a7 commit c7998ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

units/en/unit2/tiny-agents.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ The canonical documentation I will link to here is [OpenAI's function calling do
130130
Inference engines let you pass a list of tools when calling the LLM, and the LLM is free to call zero, one or more of those tools.
131131
As a developer, you run the tools and feed their result back into the LLM to continue the generation.
132132

133-
> [!NOTE]
134133
> Note that in the backend (at the inference engine level), the tools are simply passed to the model in a specially-formatted `chat_template`, like any other message, and then parsed out of the response (using model-specific special tokens) to expose them as tool calls.
135134
136135
## Implementing an MCP client on top of InferenceClient

0 commit comments

Comments
 (0)