ComputerToolOutput.AcknowledgedSafetyChecks 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 have been acknowledged by the developer.
public System.Collections.Generic.IList<Azure.AI.Agents.Persistent.SafetyCheck> AcknowledgedSafetyChecks { get; }
member this.AcknowledgedSafetyChecks : System.Collections.Generic.IList<Azure.AI.Agents.Persistent.SafetyCheck>
Public ReadOnly Property AcknowledgedSafetyChecks As IList(Of SafetyCheck)