Slide 8
Slide 8 text
© 2025 Wantedly, Inc.
利用例 - Tools
[
Tool(
name="current_datetime",
description="Get the current date and
time.",
inputSchema={
"properties": {}, # Toolの引数
"title": "current_datetimeArguments",
"type": "object",
},
)
]
responseに “tool_call” が入ってくるので、こっち
でtoolを実行して結果をLLMに送り返す
Toolの情報を統一フォーマットで提供