Add files via upload

This commit is contained in:
公明
2026-04-19 05:11:42 +08:00
committed by GitHub
parent c88594d478
commit 21b1ef6cf5
4 changed files with 32 additions and 18 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ type BatchTaskQueue struct {
ID string `json:"id"`
Title string `json:"title,omitempty"`
Role string `json:"role,omitempty"` // 角色名称(空字符串表示默认角色)
AgentMode string `json:"agentMode"` // single | deep | plan_execute | supervisor
AgentMode string `json:"agentMode"` // single | eino_single | deep | plan_execute | supervisor
ScheduleMode string `json:"scheduleMode"` // manual | cron
CronExpr string `json:"cronExpr,omitempty"`
NextRunAt *time.Time `json:"nextRunAt,omitempty"`