VG Vibe Coding Glossary

Lesson 8 / 22

A tool is a function the agent can call to inspect or change its environment.

Tool

Concept

Tool 是 harness 暴露给 agent 的函数,比如读文件、搜索、运行命令。Agent 不能凭空看见或改变环境,它必须通过工具获得结果,再根据结果决定下一步。

English handle

A tool is a function the agent can call to inspect or change its environment.

Try saying it

请用英文要求 agent 使用搜索工具找到相关文件,而不是猜文件位置。

Compare

Use the search tool to find the relevant files instead of guessing where they are.

  • 是否要求使用具体工具能力?
  • 是否避免让 agent 靠猜?
  • 是否体现工具是 agent 接触环境的方式?