Files
myWiki/concepts/stopping-conditions-prompt.md
2026-07-20 14:14:55 +08:00

673 B

title, created, updated, type, tags, sources
title created updated type tags sources
停止条件 (Stopping Conditions in Prompts) 2026-07-13 2026-07-13 concept
prompt-engineering
agent
control
openai-gpt5p6-prompt-guide-2026

停止条件

定义

GPT-5.6 Prompt 指南强调的 Agent 行为约束:在 Prompt 中前置声明何时应停止执行、何时应继续。减少重复搜索和无效 Token 消耗。

两种条件

  • 证据足够 → 进入交付,不再继续搜索
  • 缺少关键事实 → 说明缺什么,选择成本较低的方式补充

参考