Skip to content

Commit 6ae3e8f

Browse files
authored
Update prompt in gemini-invoke.yml to avoid tool name prefixes (google#135)
1 parent 92853b4 commit 6ae3e8f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gemini-invoke.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,6 @@ jobs:
120120
]
121121
}
122122
}
123-
prompt: '/gemini-invoke'
123+
prompt: |-
124+
/gemini-invoke
125+
[IMPORTANT] When you need to call tools to read GitHub information, please use names like `issue_read` and `pull_request_read` directly. Do NOT add any prefixes like `github:` or `mcp_github_`!

0 commit comments

Comments
 (0)