QuotaMetric
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllThe metric a quota is exceeded by.
[JsonConverter(typeof(JsonStringEnumConverter<QuotaMetric>))]public enum QuotaMetricFields
Section titled “Fields”Cost = 2
The total monetary amount.
Runs = 0
The number of runs.
Tokens = 1
The total tokens (input + output).
Remarks
Section titled “Remarks”Written as a name in JSON. The value order must not change — only append.