ItemResourceGenerator.NotifyOnUsageUpdate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or initializes the action to notify when usage is updated.
public Action<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseUsage>? NotifyOnUsageUpdate { get; init; }
member this.NotifyOnUsageUpdate : Action<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseUsage> with get, set
Public Property NotifyOnUsageUpdate As Action(Of ResponseUsage)