|
| 1 | +### ❓ Question 1: |
1 | 2 |
|
| 3 | +### What is the purpose of registering a tool with the AI model? |
2 | 4 |
|
3 |
| -**Question:** |
4 |
| -What is the purpose of registering a tool with the AI model? |
| 5 | +<details> |
| 6 | + <summary>✅ Answer</summary> |
5 | 7 |
|
6 |
| -A. To allow the AI model to directly execute the tool without developer intervention. |
7 |
| -B. To provide metadata about the tool so the AI model can suggest its usage. |
8 |
| -C. To replace the need for defining functions in the code. |
| 8 | + * **B. To provide metadata about the tool so the AI model can suggest its usage.** |
9 | 9 |
|
10 |
| -**Correct Answer:** B |
| 10 | +</details> |
11 | 11 |
|
12 |
| -**Question:** |
13 |
| -What is the role of tool metadata in tool calling? |
| 12 | +--- |
14 | 13 |
|
15 |
| -A. It describes the tool's purpose, inputs, and outputs for the AI model. |
16 |
| -B. It provides the AI model with the tool's implementation details. |
17 |
| -C. It ensures the tool is executed automatically by the AI model. |
| 14 | +### ❓ Question 2: |
18 | 15 |
|
19 |
| -**Correct Answer:** B |
20 |
| -Explanation: Tool metadata describes the tool's purpose, inputs, and outputs for the AI model to suggest its usage. |
| 16 | +### What is the role of tool metadata in tool calling? |
21 | 17 |
|
22 |
| -**Question:** |
23 |
| -Why do tool calling? |
| 18 | +<details> |
| 19 | + <summary>✅ Answer</summary> |
24 | 20 |
|
25 |
| -A. To enable the AI model to perform tasks beyond its built-in capabilities by leveraging external functions. |
26 |
| -B. To replace the need for human intervention in AI model development. |
27 |
| -C. To allow the AI model to execute tools without requiring metadata. |
| 21 | + * **B. It provides the AI model with the tool's implementation details.** |
| 22 | + |
| 23 | + 💡 **Explanation:** Tool metadata describes the tool's purpose, inputs, and outputs for the AI model to suggest its usage. |
28 | 24 |
|
29 |
| -**Correct Answer:** A |
| 25 | +</details> |
| 26 | + |
| 27 | +--- |
| 28 | + |
| 29 | +### ❓ Question 3: |
| 30 | + |
| 31 | +### Why use tool calling? |
| 32 | + |
| 33 | +<details> |
| 34 | + <summary>✅ Answer</summary> |
| 35 | + |
| 36 | + * **A. To enable the AI model to perform tasks beyond its built-in capabilities by leveraging external functions.** |
| 37 | + |
| 38 | +</details> |
0 commit comments