mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-10 03:53:07 +02:00
corrected newaction param
This commit is contained in:
parent
90d72a0069
commit
9d09db7b76
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export const actionsList = [
|
|||
name: '!newAction',
|
||||
description: 'Perform new and unknown custom behaviors that are not available as a command.',
|
||||
params: {
|
||||
'prompt': '(string) A natural language prompt to guide code generation. Make a detailed step-by-step plan.'
|
||||
'prompt': { type: 'string', description: 'A natural language prompt to guide code generation. Make a detailed step-by-step plan.' }
|
||||
},
|
||||
perform: async function (agent, prompt) {
|
||||
// just ignore prompt - it is now in context in chat history
|
||||
|
|
Loading…
Add table
Reference in a new issue