mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 06:12:26 +00:00
respect subagent in command, add subtask flag (#2569)
This commit is contained in:
@@ -10,6 +10,7 @@ export namespace Command {
|
||||
agent: z.string().optional(),
|
||||
model: z.string().optional(),
|
||||
template: z.string(),
|
||||
subtask: z.boolean().optional(),
|
||||
})
|
||||
.openapi({
|
||||
ref: "Command",
|
||||
@@ -28,6 +29,7 @@ export namespace Command {
|
||||
model: command.model,
|
||||
description: command.description,
|
||||
template: command.template,
|
||||
subtask: command.subtask,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user