Uses of Class
com.azure.ai.openai.responses.models.ResponsesComputerCallItemSafetyCheck
Packages that use ResponsesComputerCallItemSafetyCheck
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesComputerCallItemSafetyCheck in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesComputerCallItemSafetyCheckModifier and TypeMethodDescriptionResponsesComputerCallItemSafetyCheck.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponsesComputerCallItemSafetyCheck from the JsonReader.Methods in com.azure.ai.openai.responses.models that return types with arguments of type ResponsesComputerCallItemSafetyCheckModifier and TypeMethodDescriptionResponsesComputerCallOutputItem.getAcknowledgedSafetyChecks()Get the acknowledgedSafetyChecks property: The safety checks reported by the API that have been acknowledged by the developer.ResponsesComputerCallItem.getPendingSafetyChecks()Get the pendingSafetyChecks property: The pending safety checks for the computer call.Constructor parameters in com.azure.ai.openai.responses.models with type arguments of type ResponsesComputerCallItemSafetyCheckModifierConstructorDescriptionResponsesComputerCallItem(String callId, ResponsesComputerCallItemAction action, List<ResponsesComputerCallItemSafetyCheck> pendingSafetyChecks) Creates an instance of ResponsesComputerCallItem class.ResponsesComputerCallOutputItem(String callId, List<ResponsesComputerCallItemSafetyCheck> acknowledgedSafetyChecks, ResponsesComputerCallOutputItemOutput output) Creates an instance of ResponsesComputerCallOutputItem class.