Feat: Add UserFillUpForm component #3221 (#8508)

### What problem does this PR solve?

Feat: Add UserFillUpForm component #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-06-26 14:55:51 +08:00
committed by GitHub
parent 6d256ff0f5
commit 42a570a64d
8 changed files with 228 additions and 2 deletions

View File

@ -43,6 +43,7 @@ import {
initialTavilyValues,
initialTemplateValues,
initialTuShareValues,
initialUserFillUpValues,
initialWaitingDialogueValues,
initialWenCaiValues,
initialWikipediaValues,
@ -106,6 +107,7 @@ export const useInitializeOperatorParams = () => {
[Operator.Agent]: { ...initialAgentValues, llm_id: llmId },
[Operator.Tool]: {},
[Operator.TavilySearch]: initialTavilyValues,
[Operator.UserFillUp]: initialUserFillUpValues,
};
}, [llmId]);