fix: resolve conflict markers in geminiChat.ts for Stage 1

This commit is contained in:
Aishanee Shah
2026-05-19 16:34:00 +00:00
parent 865130cd54
commit d0b05a8f2a
+1 -1
View File
@@ -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,
);
}