Skip to content

Commit

Permalink
Update morpheus/llm/nodes/langchain_agent_node.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Demoret <[email protected]>
  • Loading branch information
dagardner-nv and mdemoret-nv authored May 30, 2024
1 parent a7bf333 commit 7fa05d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus/llm/nodes/langchain_agent_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_input_names(self):

async def _run_single(self,
metadata: dict[str, typing.Any] = None,
**kwargs: dict[str, typing.Any]) -> dict[str, typing.Any]:
**kwargs) -> dict[str, typing.Any]:

all_lists = all(isinstance(v, list) for v in kwargs.values())

Expand Down

0 comments on commit 7fa05d2

Please sign in to comment.