Skip to content

Commit a6e6cae

Browse files
committed
fix(agent-logs): don't filter out agent cost from trace span
1 parent 656beb8 commit a6e6cae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/sim/blocks/blocks/agent.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,7 @@ Example 3 (Array Input):
774774
providerTiming: {
775775
type: 'json',
776776
description: 'Provider timing information',
777-
hiddenFromDisplay: true,
778777
},
779-
cost: { type: 'number', description: 'Cost of the API call', hiddenFromDisplay: true },
778+
cost: { type: 'json', description: 'Cost of the API call' },
780779
},
781780
}

0 commit comments

Comments
 (0)