From a6e6caef8f8c16ae4eff4fce8f6022612cd5e390 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Fri, 30 Jan 2026 12:24:01 -0800 Subject: [PATCH] fix(agent-logs): don't filter out agent cost from trace span --- apps/sim/blocks/blocks/agent.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/sim/blocks/blocks/agent.ts b/apps/sim/blocks/blocks/agent.ts index 5606406c8..3c923bda6 100644 --- a/apps/sim/blocks/blocks/agent.ts +++ b/apps/sim/blocks/blocks/agent.ts @@ -774,8 +774,7 @@ Example 3 (Array Input): providerTiming: { type: 'json', description: 'Provider timing information', - hiddenFromDisplay: true, }, - cost: { type: 'number', description: 'Cost of the API call', hiddenFromDisplay: true }, + cost: { type: 'json', description: 'Cost of the API call' }, }, }