Table of Contents

Class BudgetConfig

Namespace
JD.AI.Core.Usage
Assembly
JD.AI.Core.dll

Budget configuration with limit thresholds.

public sealed class BudgetConfig
Inheritance
BudgetConfig
Inherited Members

Properties

DailyLimitUsd

public decimal? DailyLimitUsd { get; set; }

Property Value

decimal?

MonthlyLimitUsd

public decimal? MonthlyLimitUsd { get; set; }

Property Value

decimal?

SessionLimitUsd

public decimal? SessionLimitUsd { get; set; }

Property Value

decimal?

WarningThresholdPercent

Percentage of budget at which to warn (0.0 - 1.0). Default: 80%.

public decimal WarningThresholdPercent { get; set; }

Property Value

decimal

WeeklyLimitUsd

public decimal? WeeklyLimitUsd { get; set; }

Property Value

decimal?