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
@@ -718,6 +718,11 @@ Return ONLY the JSON array.`,
718
718
description: 'Provider timing information',
719
719
},
720
720
cost: {type: 'json',description: 'Cost of the API call'},
721
+
estimatedProviderCost: {
722
+
type: 'json',
723
+
description:
724
+
'Informational vendor list-price estimate for explicit Custom credentials; never charged by Sim. GPU-time models report why a per-request estimate is unavailable.',
725
+
},
721
726
interactionId: {
722
727
type: 'string',
723
728
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