Fix workflow (#5592)

* fix: fileselector default

* fix: workflow run process
This commit is contained in:
Archer
2025-09-04 20:22:35 +08:00
committed by GitHub
parent 9be1e591d3
commit 85ea117481
13 changed files with 230 additions and 192 deletions

View File

@@ -45,7 +45,7 @@ export const defaultChatInputGuideConfig = {
};
export const defaultAppSelectFileConfig: AppFileSelectConfigType = {
canSelectFile: true,
canSelectFile: false,
canSelectImg: false,
maxFiles: 10
};