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

This commit is contained in:
Vikhyath Mondreti
2026-01-30 12:31:31 -08:00
committed by GitHub
parent 478a53521e
commit a280a53034

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