Tachi67 commited on
Commit
048e5dc
·
1 Parent(s): 8ca67ec

Update Controller_CoderFlow.yaml

Browse files
Files changed (1) hide show
  1. Controller_CoderFlow.yaml +1 -1
Controller_CoderFlow.yaml CHANGED
@@ -52,7 +52,7 @@ commands:
52
  description: "Ask user a question for confirmation or assistance"
53
  input_args: [ "question" ]
54
  update_plan:
55
- description: "Pass the updated plan to edit plan file and override current plan"
56
  input_args: [ "updated_plan" ]
57
  run_code:
58
  description: "Run a code script written by yourself, e.g. downloading a package to the current environment, importing and calling a function from the code library"
 
52
  description: "Ask user a question for confirmation or assistance"
53
  input_args: [ "question" ]
54
  update_plan:
55
+ description: "When one step of the plan is done, pass the updated plan to edit plan file and override current plan"
56
  input_args: [ "updated_plan" ]
57
  run_code:
58
  description: "Run a code script written by yourself, e.g. downloading a package to the current environment, importing and calling a function from the code library"