DeclarativeWorkflowOptions.ConfigureTelemetry 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 the callback to configure telemetry options.
public Action<Microsoft.Agents.AI.Workflows.Observability.WorkflowTelemetryOptions>? ConfigureTelemetry { get; init; }
member this.ConfigureTelemetry : Action<Microsoft.Agents.AI.Workflows.Observability.WorkflowTelemetryOptions> with get, set
Public Property ConfigureTelemetry As Action(Of WorkflowTelemetryOptions)