mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-26 11:17:04 -07:00
fix: resolve conflict markers in geminiChat.ts for Stage 1
This commit is contained in:
@@ -1208,7 +1208,7 @@ export class GeminiChat {
|
||||
|
||||
if (hookResult.blocked) {
|
||||
throw new AgentExecutionBlockedError(
|
||||
hookResult.reason || 'Agent execution blocked by hook',
|
||||
hookResult.reason || 'Model call blocked by hook',
|
||||
hookResult.response,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user