Skill · LLM tool useSoon
Function Calling
Let an LLM call your code — define tools, parse the call, run it, and return results in a clean loop.
- Task 1Why tools
- Task 2Define a tool
- Task 3Parse the call
- Task 4Run & return
- Task 5Multiple tools
- Task 6A tool loop