ExtensionsOpenAIModelFactory.ComputerCallSafetyCheckParam Method
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.
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.