chore: completions error handler

This commit is contained in:
jialin
2025-01-16 14:25:03 +08:00
parent 4a748e894d
commit 4a838e7bdb
8 changed files with 72 additions and 10 deletions
@@ -37,7 +37,7 @@ type ParamsSettingsProps = {
globalParams?: Record<string, any>;
paramsConfig?: ParamsSchema[];
initialValues?: Record<string, any>;
extra?: React.ReactNode[];
extra?: React.ReactNode;
};
const ParamsSettings: React.FC<ParamsSettingsProps> = forwardRef(