mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 04:14:46 +08:00
fix: add enableBackgroundInvestigation
This commit is contained in:
@@ -25,6 +25,7 @@ import type { Tab } from "./types";
|
|||||||
|
|
||||||
const generalFormSchema = z.object({
|
const generalFormSchema = z.object({
|
||||||
autoAcceptedPlan: z.boolean(),
|
autoAcceptedPlan: z.boolean(),
|
||||||
|
enableBackgroundInvestigation: z.boolean(),
|
||||||
maxPlanIterations: z.number().min(1, {
|
maxPlanIterations: z.number().min(1, {
|
||||||
message: "Max plan iterations must be at least 1.",
|
message: "Max plan iterations must be at least 1.",
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user