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' }, }, }