You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/blocks/blocks/agent.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -726,6 +726,11 @@ Return ONLY the JSON array.`,
726
726
description: 'Provider timing information',
727
727
},
728
728
cost: {type: 'json',description: 'Cost of the API call'},
729
+
estimatedProviderCost: {
730
+
type: 'json',
731
+
description:
732
+
'Informational vendor list-price estimate for explicit Custom credentials; never charged by Sim. GPU-time models report why a per-request estimate is unavailable.',
733
+
},
729
734
interactionId: {
730
735
type: 'string',
731
736
description: 'Interaction ID for multi-turn deep research follow-ups',
error: `Model "${trimmed}" is available only through an Agent block's Super User Custom model configuration. Set model to "sim-custom" and provide customModelConfig instead.`,
0 commit comments