Skip to content

Commit a280a53

Browse files
fix(agent-logs): don't filter out agent cost from trace span (#3086)
1 parent 478a535 commit a280a53

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)