हम इस पाठ का हिन्दी में अनुवाद कर रहे हैं। फ़िलहाल आप English में पढ़ रहे हैं।अनुवाद में हमारी मदद करें
यह पाठ सर्टिफ़ाइड कोर्स का हिस्सा है Agent Career Ladder — Build
0 / 5 पाठ पूर्णकोर्स देखें

0%

सीधे कंटेंट पर जाएँ

Tools and Function Calling

शुरुआती~25 मिनट0/3 चरण

Tools and Function Calling

A tool is a named capability with a contract: a name, inputs, and a result the model can read. Function calling is how the model asks to use that capability instead of pretending it already knows the answer.

In this lesson you build a tiny inspector: a page that shows one real tool call (name, input, result) so you can see the glass window, not just the chat.

Learning outcomes

  • Describe a tool as name + input schema + result
  • Show a failed call vs a successful call
  • Refuse to invent a result you did not run

निर्देश

1

Add an <h1> about tools or function calling

संकेत: Name the skill, not a product brand.

2

Add <section class="tool-card"> with .tool-name, .tool-input, and .tool-result

3

Add <section class="honesty"> stating you must not invent tool results

आपका कोड

html
19 लाइनें
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

Live Preview

Live Preview