Merge remote-tracking branch 'origin/main' into feat/rag-2

# Conflicts:
#	.github/workflows/build-push.yml
#	web/app/components/workflow/nodes/_base/components/workflow-panel/index.tsx
This commit is contained in:
Harry
2025-07-17 17:56:56 +08:00
89 changed files with 5516 additions and 875 deletions

View File

@ -36,6 +36,7 @@ export type ToolDefaultValue = {
params: Record<string, any>
paramSchemas: Record<string, any>[]
output_schema: Record<string, any>
credential_id?: string
meta?: PluginMeta
}
@ -57,6 +58,7 @@ export type ToolValue = {
parameters?: Record<string, any>
enabled?: boolean
extra?: Record<string, any>
credential_id?: string
}
export type DataSourceItem = {