이 레슨을 한국어로 번역하는 중입니다. 지금은 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

실시간 미리보기

실시간 미리보기