mirror of
https://github.com/langgenius/dify.git
synced 2025-12-27 01:52:29 +00:00
Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: twwu <twwu@dify.ai> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: jyong <718720800@qq.com> Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com> Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com> Co-authored-by: lyzno1 <yuanyouhuilyz@gmail.com> Co-authored-by: quicksand <quicksandzn@gmail.com> Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com> Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com> Co-authored-by: zxhlyh <jasonapring2015@outlook.com> Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: nite-knite <nkCoding@gmail.com> Co-authored-by: Hanqing Zhao <sherry9277@gmail.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Harry <xh001x@hotmail.com>
164 lines
3.5 KiB
YAML
164 lines
3.5 KiB
YAML
app:
|
|
description: This chatflow assign sys.query to a conversation variable "str", then
|
|
answer "str".
|
|
icon: 🤖
|
|
icon_background: '#FFEAD5'
|
|
mode: advanced-chat
|
|
name: test_streaming_conversation_variables
|
|
use_icon_as_answer_icon: false
|
|
dependencies: []
|
|
kind: app
|
|
version: 0.3.1
|
|
workflow:
|
|
conversation_variables:
|
|
- description: ''
|
|
id: e208ec58-4503-48a9-baf8-17aae67e5fa0
|
|
name: str
|
|
selector:
|
|
- conversation
|
|
- str
|
|
value: default
|
|
value_type: string
|
|
environment_variables: []
|
|
features:
|
|
file_upload:
|
|
allowed_file_extensions:
|
|
- .JPG
|
|
- .JPEG
|
|
- .PNG
|
|
- .GIF
|
|
- .WEBP
|
|
- .SVG
|
|
allowed_file_types:
|
|
- image
|
|
allowed_file_upload_methods:
|
|
- local_file
|
|
- remote_url
|
|
enabled: false
|
|
fileUploadConfig:
|
|
audio_file_size_limit: 50
|
|
batch_count_limit: 5
|
|
file_size_limit: 15
|
|
image_file_size_limit: 10
|
|
video_file_size_limit: 100
|
|
workflow_file_upload_limit: 10
|
|
image:
|
|
enabled: false
|
|
number_limits: 3
|
|
transfer_methods:
|
|
- local_file
|
|
- remote_url
|
|
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:
|
|
isInIteration: false
|
|
isInLoop: false
|
|
sourceType: start
|
|
targetType: assigner
|
|
id: 1755316734941-source-1755316749068-target
|
|
source: '1755316734941'
|
|
sourceHandle: source
|
|
target: '1755316749068'
|
|
targetHandle: target
|
|
type: custom
|
|
zIndex: 0
|
|
- data:
|
|
isInLoop: false
|
|
sourceType: assigner
|
|
targetType: answer
|
|
id: 1755316749068-source-answer-target
|
|
source: '1755316749068'
|
|
sourceHandle: source
|
|
target: answer
|
|
targetHandle: target
|
|
type: custom
|
|
zIndex: 0
|
|
nodes:
|
|
- data:
|
|
desc: ''
|
|
selected: false
|
|
title: Start
|
|
type: start
|
|
variables: []
|
|
height: 54
|
|
id: '1755316734941'
|
|
position:
|
|
x: 30
|
|
y: 253
|
|
positionAbsolute:
|
|
x: 30
|
|
y: 253
|
|
selected: false
|
|
sourcePosition: right
|
|
targetPosition: left
|
|
type: custom
|
|
width: 244
|
|
- data:
|
|
answer: '{{#conversation.str#}}'
|
|
desc: ''
|
|
selected: false
|
|
title: Answer
|
|
type: answer
|
|
variables: []
|
|
height: 106
|
|
id: answer
|
|
position:
|
|
x: 638
|
|
y: 253
|
|
positionAbsolute:
|
|
x: 638
|
|
y: 253
|
|
selected: true
|
|
sourcePosition: right
|
|
targetPosition: left
|
|
type: custom
|
|
width: 244
|
|
- data:
|
|
desc: ''
|
|
items:
|
|
- input_type: variable
|
|
operation: over-write
|
|
value:
|
|
- sys
|
|
- query
|
|
variable_selector:
|
|
- conversation
|
|
- str
|
|
write_mode: over-write
|
|
selected: false
|
|
title: Variable Assigner
|
|
type: assigner
|
|
version: '2'
|
|
height: 86
|
|
id: '1755316749068'
|
|
position:
|
|
x: 334
|
|
y: 253
|
|
positionAbsolute:
|
|
x: 334
|
|
y: 253
|
|
selected: false
|
|
sourcePosition: right
|
|
targetPosition: left
|
|
type: custom
|
|
width: 244
|
|
viewport:
|
|
x: 0
|
|
y: 0
|
|
zoom: 0.7
|