agents
latest
false
- 入门指南
- Studio Web 中的 UiPath 智能体
- UiPath 编码智能体
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
智能体用户指南
工具不仅为智能体提供了存储在业务应用程序中的关键上下文的访问权限,还使其能够根据提示中所述的目标执行操作。工具是智能体将推理和计划转化为行动的方式。
Without giving an agent explicit access to a tool, the agent is not able to execute functions (outside of Context Grounding and Escalations, which are separate components of an agent).
When adding a tool for your agent, provide a focused description of its purpose and capabilities, along with an explanation of when to use it in the system/user prompt. This ensures the agent understands the tool's functionality and can use it effectively in appropriate scenarios.
继续阅读,了解智能体中可用的工具类型:
提示:
了解有关构建有效的智能体工具的更多信息。
对于使用智能体配置的所有工具,您可以建立“自定义防护机制”,以确保智能体使用工具符合要求。
您还可以设置工具模拟,使用合成输入和输出(而非实际 API 调用)来测试智能体行为。有关详细信息,请参阅“为智能体工具配置模拟”。