NestedResponseGenerator.SubscribeUsageUpdate 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.
Initializes the subscription for usage updates.
public Action<Action<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseUsage>> SubscribeUsageUpdate { init; }
member this.SubscribeUsageUpdate : Action<Action<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseUsage>>
Public Property SubscribeUsageUpdate As Action(Of Action(Of ResponseUsage))