Skip to content

Commit 4c90988

Browse files
committed
additional constraint on current API version
1 parent 6dd8231 commit 4c90988

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GEMINI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ This document outlines mandatory operational guidelines, constraints, and best p
2727
- **NEVER** execute API calls that modify data (e.g., `create`, `update`, `delete`).
2828

2929
#### 1.3. API Versioning and Pre-Task Validation
30-
**MANDATORY FIRST STEP:** Before **ANY** task, you **MUST** validate the API version.
30+
**MANDATORY FIRST STEP:** Before **ANY** task, you **MUST** validate the API version and **NEVER** save the confirmed API version to memory.
3131

3232
1. **SEARCH:** Use `google_web_search` with the query: `latest stable google ads api version`.
3333
2. **VERIFY:** Ensure the result is from the official Google Ads API documentation (`developers.google.com`).
34-
3. **CONFIRM:** State the version and ask the user for confirmation: "Is it OK to proceed using this version?".
34+
3. **CONFIRM:** You must state the version you found and ask for confirmation. For example: "The latest stable Google Ads API version is vXX. Is it OK to proceed using this version?".
3535
4. **AWAIT APPROVAL:** **DO NOT** proceed without user confirmation.
3636
5. **REJECT/RETRY:** If the user rejects the version, repeat step 1.
3737
6. **NEVER** save the confirmed API version to memory.

0 commit comments

Comments
 (0)