feat: remove final length (#50)

drew/english
Megumin 1 year ago committed by GitHub
parent ade3de772f
commit 0d70f1be5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -155,10 +155,6 @@ func NewMultiAgent(ctx context.Context, config *Config) (*PlanExecuteMultiAgent,
if strings.Contains(content, "最终答案") { if strings.Contains(content, "最终答案") {
return compose.END, nil return compose.END, nil
} }
if len(content) > 20 {
return nodeKeyReviserToList, nil
}
} }
} }

Loading…
Cancel
Save