소스 검색

Merge branch 'feat/queue-based-graph-engine' into feat/rag-2

tags/2.0.0-beta.2
-LAN- 1 개월 전
부모
커밋
2a84832998
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      api/models/workflow.py

+ 1
- 1
api/models/workflow.py 파일 보기

@@ -368,7 +368,7 @@ class Workflow(Base):
if not tenant_id:
return []

environment_variables_dict: dict[str, Any] = json.loads(self._environment_variables)
environment_variables_dict: dict[str, Any] = json.loads(self._environment_variables or "{}")
results = [
variable_factory.build_environment_variable_from_mapping(v) for v in environment_variables_dict.values()
]

Loading…
취소
저장