Skip to content

Commit

Permalink
Merge pull request #167 from CharlesCNorton/patch-4
Browse files Browse the repository at this point in the history
Update what-is-function-calling.mdx
  • Loading branch information
burtenshaw authored Feb 21, 2025
2 parents a589bba + 9f467ed commit afaee21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units/en/bonus-unit1/what-is-function-calling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Function-calling is a **way for an LLM to take actions on its environment**. It

Just like the tools of an Agent, function-calling gives the model the capacity to **take an action on its environment**. However, the function calling capacity **is learned by the model**, and relies **less on prompting than other agents techniques**.

During the Unit 1, the Agent **didn't learn to use the Tools**, we just provided the list, and we relied on the fact that the model **was able to generalize on defining a plan using these Tools**.
During Unit 1, the Agent **didn't learn to use the Tools**, we just provided the list, and we relied on the fact that the model **was able to generalize on defining a plan using these Tools**.

While here, **with function-calling, the Agent is fine-tuned (trained) to use Tools**.

Expand Down

0 comments on commit afaee21

Please sign in to comment.