Skip to content

Commit 6d396ca

Browse files
authored
Merge pull request #2154 from dgageot/board/add-to-pkg-creator-instructions-txt-the-78f468fd
Add run instructions to creator agent prompt
2 parents bd1f0bf + 4c3fa50 commit 6d396ca

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pkg/creator/instructions.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,11 @@ agents:
183183
toolsets:
184184
- type: filesystem
185185
```
186+
187+
## Running the Generated Agent
188+
189+
After writing the YAML file, tell the user to run their agent with:
190+
191+
```console
192+
docker agent run <file.yaml>
193+
```

0 commit comments

Comments
 (0)