你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputerToolCallOutputItemResource.AcknowledgedSafetyChecks Property

Definition

The safety checks reported by the API that have been acknowledged by the developer.

public System.Collections.Generic.IReadOnlyList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerToolCallSafetyCheck> AcknowledgedSafetyChecks { get; }
member this.AcknowledgedSafetyChecks : System.Collections.Generic.IReadOnlyList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerToolCallSafetyCheck>
Public ReadOnly Property AcknowledgedSafetyChecks As IReadOnlyList(Of ComputerToolCallSafetyCheck)

Property Value

Applies to