4.8.10 test (#2601)

* perf: workflow children run params

* feat: workflow userId

* fix: ui size

* perf: Markdown whitespace and ai images split

* fix: openai sdk ts
This commit is contained in:
Archer
2024-09-03 13:43:56 +08:00
committed by GitHub
parent 761e35c226
commit 9a57e94b79
43 changed files with 318 additions and 288 deletions

View File

@@ -6,6 +6,7 @@ export type EditorVariablePickerType = {
required?: boolean;
icon?: string;
valueType?: WorkflowIOValueTypeEnum;
valueDesc?: string;
};
export type EditorVariableLabelPickerType = {