solution-quiz.md
❓ Question 1
What is the purpose of registering a tool with the AI model?
✅ Answer
- B. To provide metadata about the tool so the AI model can suggest its usage.
❓ Question 2
What is the role of tool metadata in tool calling?
✅ Answer
- B. It provides the AI model with the tool's implementation details.
💡 Explanation: Tool metadata describes the tool's purpose, inputs, and outputs for the AI model to suggest its usage.
❓ Question 3
Why use tool calling?
✅ Answer
- A. To enable the AI model to perform tasks beyond its built-in capabilities by leveraging external functions.