test: allow social analyst kwargs in factor rules graph fixture
This commit is contained in:
parent
cec2bee6e7
commit
3a3977051e
|
|
@ -78,7 +78,7 @@ class RecordingLLM:
|
||||||
|
|
||||||
|
|
||||||
def make_factory(recorded_llms, node_name):
|
def make_factory(recorded_llms, node_name):
|
||||||
def factory(llm, *_args):
|
def factory(llm, *_args, **_kwargs):
|
||||||
recorded_llms[node_name] = llm
|
recorded_llms[node_name] = llm
|
||||||
return node_name
|
return node_name
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue