Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
OpenSource
/
dify
Observar
4
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
152
Wiki
Atividade
Ver código fonte
fix: draft run workflow node with image will raise error (
#9406
)
tags/0.10.0
非法操作
1 ano atrás
pai
42fe208eda
commit
853b0e84cc
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
api/core/workflow/workflow_entry.py
+ 1
- 1
api/core/workflow/workflow_entry.py
Ver arquivo
@@ -289,7 +289,7 @@ class WorkflowEntry:
new_value.append(file)
if new_value:
value = new_value
input_
value = new_value
# append variable and value to variable pool
variable_pool.add([variable_node_id] + variable_key_list, input_value)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar