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 1bbe66f commit 782c367Copy full SHA for 782c367
src/node/services/agentSession.ts
@@ -396,7 +396,7 @@ export class AgentSession {
396
}
397
398
private attachAiListeners(): void {
399
- const forward = (event: string, handler: (payload: WorkspaceChatMessage) => void) => {
+ const forward = (event: string, handler: (payload: WorkspaceChatMessage) => void) => {
400
const wrapped = (...args: unknown[]) => {
401
const [payload] = args;
402
if (
0 commit comments