diff --git a/src/workspaces/agent-probe.ts b/src/workspaces/agent-probe.ts index e0cbe6412..52e2fcf8e 100644 --- a/src/workspaces/agent-probe.ts +++ b/src/workspaces/agent-probe.ts @@ -63,9 +63,13 @@ export async function probeAnthropic(input: ClaudeProbeInput): Promise msg.content .filter((b): b is Anthropic.TextBlock => b.type === 'text')