mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
Create action_response_format.txt
This commit is contained in:
parent
5513496c2b
commit
061384c676
1 changed files with 15 additions and 0 deletions
15
metagpt/prompts/minecraft/action_response_format.txt
Normal file
15
metagpt/prompts/minecraft/action_response_format.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Explain: ...
|
||||
Plan:
|
||||
1) ...
|
||||
2) ...
|
||||
3) ...
|
||||
...
|
||||
Code:
|
||||
```javascript
|
||||
// helper functions (only if needed, try to avoid them)
|
||||
...
|
||||
// main function after the helper functions
|
||||
async function yourMainFunctionName(bot) {
|
||||
// ...
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue