mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-31 09:48:06 -05:00
fix(agent-logs): don't filter out agent cost from trace span (#3086)
This commit is contained in:
committed by
GitHub
parent
478a53521e
commit
a280a53034
@@ -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