feat: implement file structured output

This commit is contained in:
Stream
2026-02-05 00:10:51 +08:00
parent 10fb482351
commit 15c0011897
7 changed files with 492 additions and 680 deletions

View File

@ -44,7 +44,7 @@ export type LLMNodeType = CommonNodeType & {
max_iterations?: number
}
export const FILE_REF_FORMAT = 'dify-file-ref'
export const FILE_REF_FORMAT = 'file-path'
export enum Type {
string = 'string',