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 21, 2024
1 parent 8d6faf5 commit 5010cca
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 @@ -29,4 +29,4 @@ def _run(
run_manager: Optional[CallbackManagerForToolRun] = None,
) -> str:
"""Use the GitHub API to run an operation."""
return self.api_wrapper.run(self.mode, instructions)
return self.api_wrapper.run(instructions)

0 comments on commit 5010cca

Please sign in to comment.