Skip to content

Commit

Permalink
[format]
Browse files Browse the repository at this point in the history
  • Loading branch information
keenborder786 committed Sep 19, 2024
1 parent c9d026a commit 644c436
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/langchain/langchain/chains/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ def invoke(
None,
inputs,
run_id,
class_name = self.name,
lc_id = self.lc_id(),
class_name=self.name,
lc_id=self.lc_id(),
name=run_name,
)
try:
Expand Down Expand Up @@ -206,8 +206,8 @@ async def ainvoke(
None,
inputs,
run_id,
class_name = self.name,
lc_id = self.lc_id(),
class_name=self.name,
lc_id=self.lc_id(),
name=run_name,
)
try:
Expand Down

0 comments on commit 644c436

Please sign in to comment.