Skip to content

Commit

Permalink
feat: Updated libs/langchain/langchain/tools/githu
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 29, 2024
1 parent 8d6faf5 commit 32ba138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain/langchain/tools/github/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class GitHubAction(BaseTool):
name: str = ""
description: str = ""

def _run(
def _run_with_error_handling(
self,
instructions: str,
run_manager: Optional[CallbackManagerForToolRun] = None,
Expand Down

0 comments on commit 32ba138

Please sign in to comment.