Skip to content

Commit

Permalink
Rm Github PR tool
Browse files Browse the repository at this point in the history
  • Loading branch information
kaavee315 committed Sep 13, 2024
1 parent c20ee5d commit bfd944e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tools = [
*composio_toolset.get_actions(
actions=[
say, # This is just here as an example of a custom tool, you can remove it
Action.GITHUB_CREATE_A_PULL_REQUEST
# Action.GITHUB_CREATE_A_PULL_REQUEST
]
),
]
Expand Down
2 changes: 1 addition & 1 deletion python/swe/swekit/scaffold/templates/crewai/agent.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tools = [
*composio_toolset.get_actions(
actions=[
say, # This is just here as an example of a custom tool, you can remove it
Action.GITHUB_CREATE_A_PULL_REQUEST
# Action.GITHUB_CREATE_A_PULL_REQUEST
]
),
]
Expand Down

0 comments on commit bfd944e

Please sign in to comment.