RunStepComputerUseToolCallDetails.PendingSafetyChecks 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.
Safety checks that are pending acknowledgment by the developer.
public System.Collections.Generic.IReadOnlyList<Azure.AI.Agents.Persistent.SafetyCheck> PendingSafetyChecks { get; }
member this.PendingSafetyChecks : System.Collections.Generic.IReadOnlyList<Azure.AI.Agents.Persistent.SafetyCheck>
Public ReadOnly Property PendingSafetyChecks As IReadOnlyList(Of SafetyCheck)