Compare commits
5 Commits
773172fafe
...
38d98565ac
| Author | SHA1 | Date |
|---|---|---|
|
|
38d98565ac | |
|
|
fdfa3343d3 | |
|
|
a32fc19d4a | |
|
|
c356aae5b4 | |
|
|
373c06b68f |
|
|
@ -23,3 +23,13 @@ output_folder:
|
||||||
prompt: "Where should output files be saved?"
|
prompt: "Where should output files be saved?"
|
||||||
default: "_bmad-output"
|
default: "_bmad-output"
|
||||||
result: "{project-root}/{value}"
|
result: "{project-root}/{value}"
|
||||||
|
|
||||||
|
tool_supports_subagents:
|
||||||
|
prompt: "Subagents are supported by the LLM or Tool I will be using?"
|
||||||
|
default: true
|
||||||
|
result: "{value}"
|
||||||
|
|
||||||
|
tool_supports_agent_teams:
|
||||||
|
prompt: "Agent Teams are supported by the LLM or Tool I will be using?"
|
||||||
|
default: false
|
||||||
|
result: "{value}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue