mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: implement file structured output
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user