fix(agent-logs): don't filter out agent cost from trace span

This commit is contained in:
Vikhyath Mondreti
2026-01-30 12:24:01 -08:00
parent 656beb8383
commit a6e6caef8f

View File

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