Skip to content

QuotaMetric

Namespace AgentPrism · Assembly AgentPrism.Abstractions.dll

The metric a quota is exceeded by.

[JsonConverter(typeof(JsonStringEnumConverter<QuotaMetric>))]
public enum QuotaMetric

Cost = 2

The total monetary amount.

Runs = 0

The number of runs.

Tokens = 1

The total tokens (input + output).

Written as a name in JSON. The value order must not change — only append.