mirror of
https://github.com/langgenius/dify.git
synced 2026-03-12 10:38:54 +08:00
182 lines
4.0 KiB
YAML
182 lines
4.0 KiB
YAML
app:
|
|
description: ''
|
|
icon: 🤖
|
|
icon_background: '#FFEAD5'
|
|
mode: advanced-chat
|
|
name: file output schema
|
|
use_icon_as_answer_icon: false
|
|
dependencies:
|
|
- current_identifier: null
|
|
type: marketplace
|
|
value:
|
|
marketplace_plugin_unique_identifier: langgenius/openai:0.2.3@5a7f82fa86e28332ad51941d0b491c1e8a38ead539656442f7bf4c6129cd15fa
|
|
version: null
|
|
kind: app
|
|
version: 0.5.0
|
|
workflow:
|
|
conversation_variables: []
|
|
environment_variables: []
|
|
features:
|
|
file_upload:
|
|
allowed_file_extensions:
|
|
- .JPG
|
|
- .JPEG
|
|
- .PNG
|
|
- .GIF
|
|
- .WEBP
|
|
- .SVG
|
|
allowed_file_types:
|
|
- image
|
|
allowed_file_upload_methods:
|
|
- remote_url
|
|
- local_file
|
|
enabled: true
|
|
fileUploadConfig:
|
|
attachment_image_file_size_limit: 2
|
|
audio_file_size_limit: 50
|
|
batch_count_limit: 5
|
|
file_size_limit: 15
|
|
file_upload_limit: 10
|
|
image_file_batch_limit: 10
|
|
image_file_size_limit: 10
|
|
single_chunk_attachment_limit: 10
|
|
video_file_size_limit: 100
|
|
workflow_file_upload_limit: 10
|
|
number_limits: 3
|
|
opening_statement: ''
|
|
retriever_resource:
|
|
enabled: true
|
|
sensitive_word_avoidance:
|
|
enabled: false
|
|
speech_to_text:
|
|
enabled: false
|
|
suggested_questions: []
|
|
suggested_questions_after_answer:
|
|
enabled: false
|
|
text_to_speech:
|
|
enabled: false
|
|
language: ''
|
|
voice: ''
|
|
graph:
|
|
edges:
|
|
- data:
|
|
sourceType: start
|
|
targetType: llm
|
|
id: 1768292241666-llm
|
|
source: '1768292241666'
|
|
sourceHandle: source
|
|
target: llm
|
|
targetHandle: target
|
|
type: custom
|
|
- data:
|
|
sourceType: llm
|
|
targetType: answer
|
|
id: llm-answer
|
|
source: llm
|
|
sourceHandle: source
|
|
target: answer
|
|
targetHandle: target
|
|
type: custom
|
|
nodes:
|
|
- data:
|
|
selected: false
|
|
title: User Input
|
|
type: start
|
|
variables: []
|
|
height: 73
|
|
id: '1768292241666'
|
|
position:
|
|
x: 80
|
|
y: 282
|
|
positionAbsolute:
|
|
x: 80
|
|
y: 282
|
|
sourcePosition: right
|
|
targetPosition: left
|
|
type: custom
|
|
width: 242
|
|
- data:
|
|
context:
|
|
enabled: false
|
|
variable_selector: []
|
|
memory:
|
|
query_prompt_template: '{{#sys.query#}}
|
|
|
|
|
|
{{#sys.files#}}'
|
|
role_prefix:
|
|
assistant: ''
|
|
user: ''
|
|
window:
|
|
enabled: false
|
|
size: 10
|
|
model:
|
|
completion_params:
|
|
temperature: 0.7
|
|
mode: chat
|
|
name: gpt-4o-mini
|
|
provider: langgenius/openai/openai
|
|
prompt_template:
|
|
- id: e30d75d7-7d85-49ec-be3c-3baf7f6d3c5a
|
|
role: system
|
|
text: ''
|
|
selected: false
|
|
structured_output:
|
|
schema:
|
|
additionalProperties: false
|
|
properties:
|
|
image:
|
|
description: File ID (UUID) of the selected image
|
|
format: dify-file-ref
|
|
type: string
|
|
required:
|
|
- image
|
|
type: object
|
|
structured_output_enabled: true
|
|
title: LLM
|
|
type: llm
|
|
vision:
|
|
configs:
|
|
detail: high
|
|
variable_selector:
|
|
- sys
|
|
- files
|
|
enabled: true
|
|
height: 88
|
|
id: llm
|
|
position:
|
|
x: 380
|
|
y: 282
|
|
positionAbsolute:
|
|
x: 380
|
|
y: 282
|
|
selected: false
|
|
sourcePosition: right
|
|
targetPosition: left
|
|
type: custom
|
|
width: 242
|
|
- data:
|
|
answer: '{{#llm.structured_output.image#}}'
|
|
selected: false
|
|
title: Answer
|
|
type: answer
|
|
variables: []
|
|
height: 103
|
|
id: answer
|
|
position:
|
|
x: 680
|
|
y: 282
|
|
positionAbsolute:
|
|
x: 680
|
|
y: 282
|
|
selected: true
|
|
sourcePosition: right
|
|
targetPosition: left
|
|
type: custom
|
|
width: 242
|
|
viewport:
|
|
x: -149
|
|
y: 97.5
|
|
zoom: 1
|
|
rag_pipeline_variables: []
|