This commit is contained in:
task-bot
2023-06-04 01:39:20 +00:00
parent 56ab56b07c
commit 5cecea52c8
132 changed files with 414 additions and 381 deletions

View File

@@ -65,6 +65,10 @@
"description": "A short description of the task. This is displayed when calling `task --list`.",
"type": "string"
},
"prompt": {
"description": "A prompt that will be presented before a task is run. Declining will cancel running the current and any subsequent tasks.",
"type": "string"
},
"summary": {
"description": "A longer description of the task. This is displayed when calling `task --summary [task]`.",
"type": "string"