fix(ai-agent): 支持按条计费模式逐条上报视频时长
This commit is contained in:
@@ -175,7 +175,7 @@ func mainFlowMaxConcurrency(global *flowDto.FlowExecutionInput, fallback int) in
|
||||
continue
|
||||
}
|
||||
for _, output := range n.OutputConfig {
|
||||
if gconv.String(output["field"]) != "maxConcurrency" && gconv.String(output["path"]) != "maxConcurrency" {
|
||||
if gconv.String(output["field"]) != "maxConcurrency" {
|
||||
continue
|
||||
}
|
||||
if v := gconv.Int(output["value"]); v > 0 {
|
||||
|
||||
Reference in New Issue
Block a user