Skip to content

Commit 4c3fa50

Browse files
committed
Add run instructions to creator agent prompt
Tell the creator agent to instruct users to run their generated agent with 'docker agent run <file.yaml>', preventing hallucinated commands like 'docker agent start'. Assisted-By: docker-agent
1 parent 2efd1bb commit 4c3fa50

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)