We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfd5b5 commit fcabdf7Copy full SHA for fcabdf7
src/acp/translator.ts
@@ -758,7 +758,7 @@ export class AcpGatewayAgent implements Agent {
758
// do not treat transient backend errors (timeouts, rate-limits) as deliberate
759
// refusals. TODO: when ChatEventSchema gains a structured errorKind field
760
// (e.g. "refusal" | "timeout" | "rate_limit"), use it to distinguish here.
761
- this.finishPrompt(pending.sessionId, pending, "end_turn");
+ void this.finishPrompt(pending.sessionId, pending, "end_turn");
762
}
763
764
0 commit comments