You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **Additional User Instructions**: !{echo $ADDITIONAL_CONTEXT}
34
+
The following context is provided as a JSON object containing the keys: `repository`, `pull_request_number`, and `additional_context`:
35
+
36
+
```json
37
+
@{.gemini/context.json}
38
+
```
37
39
- Use `pull_request_read.get` to get the title, body, and metadata about the pull request.
38
40
- Use `pull_request_read.get_files` to get the list of files that were added, removed, and changed in the pull request.
39
41
- Use `pull_request_read.get_diff` to get the diff from the pull request. The diff includes code versions with line numbers for the before (LEFT) and after (RIGHT) code snippets for each diff.
0 commit comments