If specified, this provider will be used for communication and for all metadata purposes. By default, if not provided, the Metadata and RunView classes are used for this and the default GraphQLDataProvider is used which is connected to the same back-end MJAPI instance as the Metadata and RunView classes. If you want to have this component connect to a different MJAPI back-end, create an instance of a ProviderBase sub-class like GraphQLDataProvider/etc, and configure it as appropriate to connect to the MJAPI back-end you want to use, and then pass it in here.
StaticɵdirStaticɵfacPercentage of input tokens served from the provider's prompt cache across this agent run.
Net dollars saved by caching vs. pricing all input at the full input rate.
Savings as a % of what the run would have cost with no caching.
What the dispatched work cost, from the tree — the part the step-based figures cannot see.
Zero when there is no graph, so a run that dispatched nothing reads exactly as it did before.
True when this run dispatched a workflow, so the tab can show the extra figures at all.
Rate-derived input-side dollars (uncached + cache read + cache write).
Rate-derived output dollars.
Returns either the default Metadata provider or the one specified in the Provider property, if it was specified
Returns either the default RunQuery provider or the one specified in the Provider property, if it was specified
The run's execution tree, loaded once by the form and shared with every tab.
This is what makes the totals honest. Analytics derives cost from prompt runs reached through the run's own STEPS, which cannot see work the run dispatched: a task-graph's spend lives on Task rows and on prompt runs those tasks produced, so a workflow's cost was simply missing from every figure on this tab. Each tree node reports its OWN cost — never a rollup — so a total is an honest sum rather than a double-count.
Returns either the default RunView provider or the one specified in the Provider property, if it was specified
Total tokens the models processed across this run, including cached input (true throughput).
A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.
A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.
A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.
TrackBy function for error messages
TrackBy function for keyvalue pipe
TrackBy function for model performance data
Base class for all Angular components in the MemberJunction system.