Skip to content

Commit bbce454

Browse files
Prevent auto-acceptance of Gemini in Firebase Terms (#9216)
* Prevent auto-acceptance of Gemini in Firebase Terms Before: https://paste.googleplex.com/5683952648060928 After: https://paste.googleplex.com/6585681937825792 * Update src/mcp/prompts/core/consult.ts Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Fmt --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c45b093 commit bbce454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/prompts/core/consult.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const consult = prompt(
2727
role: "user",
2828
content: {
2929
type: "text",
30-
text: `Missing required conditions to run this prompt:\n\n${gifTosError.content[0]?.text}`,
30+
text: `Missing required conditions to run this prompt:\n\n${gifTosError.content[0]?.text}\n\nPlease ask the user if they would like to accept these terms of service before proceeding. If they decline, inform them that this operation cannot continue without their acceptance.`,
3131
},
3232
},
3333
];

0 commit comments

Comments
 (0)