File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Every agent configuration file can include the following sections:
6
6
7
7
- [ ` name ` ] ( #name-field ) — The name of the agent (optional, derived from filename if not specified).
8
8
- [ ` 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.
10
10
- [ ` mcpServers ` ] ( #mcpservers-field ) — The MCP servers the agent has access to.
11
11
- [ ` tools ` ] ( #tools-field ) — The tools available to the agent.
12
12
- [ ` 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
38
38
39
39
## Prompt Field
40
40
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.
42
42
43
43
``` json
44
44
{
You can’t perform that action at this time.
0 commit comments