Skip to content

Commit a5a21ab

Browse files
authored
fixes doc for prompt (#2517)
1 parent 19f7456 commit a5a21ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/agent-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Every agent configuration file can include the following sections:
66

77
- [`name`](#name-field) — The name of the agent (optional, derived from filename if not specified).
88
- [`description`](#description-field) — A description of the agent.
9-
- [`prompt`](#prompt-field) — High-level context for the agent (not yet implemented).
9+
- [`prompt`](#prompt-field) — High-level context for the agent.
1010
- [`mcpServers`](#mcpservers-field) — The MCP servers the agent has access to.
1111
- [`tools`](#tools-field) — The tools available to the agent.
1212
- [`toolAliases`](#toolaliases-field) — Tool name remapping for handling naming collisions.
@@ -38,7 +38,7 @@ The `description` field provides a description of what the agent does. This is p
3838

3939
## Prompt Field
4040

41-
The `prompt` field is intended to provide high-level context to the agent, similar to a system prompt. This feature is not yet implemented.
41+
The `prompt` field is intended to provide high-level context to the agent, similar to a system prompt.
4242

4343
```json
4444
{

0 commit comments

Comments
 (0)