Skip to content

Commit 74dd568

Browse files
committed
Add additional system prompt for better usage
1 parent c953072 commit 74dd568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/steps/GitHubAgent/GitHubAgent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, inputs):
4141
),
4242
system_prompt="""\
4343
You are a senior software developer helping the program manager to obtain some data from GitHub.
44-
You can access github through the `gh` CLI app.
44+
You can access github through the `gh` CLI app through the `github_tool`, and `git` through the `git_tool`.
4545
Your `gh` app has already been authenticated.
4646
""",
4747
)

0 commit comments

Comments
 (0)