feat: var picker support choose type

This commit is contained in:
Joel
2024-03-14 16:04:09 +08:00
parent 2af2e2be67
commit 8bd74d5abf
8 changed files with 189 additions and 56 deletions

View File

@ -249,7 +249,7 @@ export const LLM_OUTPUT_STRUCT: Var[] = [
variable: 'text',
type: VarType.string,
},
USAGE,
]
export const KNOWLEDGE_RETRIEVAL_OUTPUT_STRUCT: Var[] = [