ExtensionsOpenAIModelFactory.ComputerCallSafetyCheckParam Method

Definition

A pending safety check for the computer call.

public static Azure.AI.Extensions.OpenAI.ComputerCallSafetyCheckParam ComputerCallSafetyCheckParam(string id = default, string code = default, string message = default);
static member ComputerCallSafetyCheckParam : string * string * string -> Azure.AI.Extensions.OpenAI.ComputerCallSafetyCheckParam
Public Shared Function ComputerCallSafetyCheckParam (Optional id As String = Nothing, Optional code As String = Nothing, Optional message As String = Nothing) As ComputerCallSafetyCheckParam

Parameters

id
String

The ID of the pending safety check.

code
String
message
String

Returns

A new ComputerCallSafetyCheckParam instance for mocking.

Applies to