mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-31 01:37:58 -05:00
fix(agent-logs): don't filter out agent cost from trace span
This commit is contained in:
@@ -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' },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user