Fix: Required input llm for module LLMChain not found (#566)
This commit is contained in:
commit
683c69340b
1 changed files with 1 additions and 2 deletions
|
|
@ -30,8 +30,7 @@ class Edge:
|
|||
(
|
||||
output
|
||||
for output in self.source_types
|
||||
for target_req in self.target_reqs
|
||||
if output in target_req
|
||||
if output in self.target_reqs
|
||||
),
|
||||
None,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue