We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1642a96 commit fdc7f7cCopy full SHA for fdc7f7c
apps/interaction-worker/src/tools/send-message-to-agent.ts
@@ -127,9 +127,7 @@ The agent has tools for a wide variety of tasks. Use this tool often.
127
128
try {
129
// Get the Durable Object stub for this execution agent
130
- const id = env.EXECUTION_WORKER.idFromName(
131
- executionAgent.id,
132
- );
+ const id = env.EXECUTION_WORKER.idFromName(executionAgent.id);
133
const stub = env.EXECUTION_WORKER.get(id) as any;
134
135
// Call the executeTask method via RPC
0 commit comments