Skip to content

Commit f9eb3a4

Browse files
authored
docs: mark Agent.instructions as optional (#3384)
1 parent ec016cd commit f9eb3a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The most common properties of an agent are:
2828
| Property | Required | Description |
2929
| --- | --- | --- |
3030
| `name` | yes | Human-readable agent name. |
31-
| `instructions` | yes | System prompt or dynamic instructions callback. See [Dynamic instructions](#dynamic-instructions). |
31+
| `instructions` | no | System prompt or dynamic instructions callback. Strongly recommended. See [Dynamic instructions](#dynamic-instructions). |
3232
| `prompt` | no | OpenAI Responses API prompt configuration. Accepts a static prompt object or a function. See [Prompt templates](#prompt-templates). |
3333
| `handoff_description` | no | Short description exposed when this agent is offered as a handoff target. |
3434
| `handoffs` | no | Delegate the conversation to specialist agents. See [handoffs](handoffs.md). |

0 commit comments

Comments
 (0)