Class ResponseComputerToolCallOutputItem
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseComputerToolCallOutputItem
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseComputerToolCallOutputItem.BuilderA builder for ResponseComputerToolCallOutputItem. public final classResponseComputerToolCallOutputItem.AcknowledgedSafetyCheckA pending safety check for the computer call. public final classResponseComputerToolCallOutputItem.StatusThe status of the message input. One of in_progress,completed, orincomplete. Populated when input items are returned via API.
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        outputfinal ResponseComputerToolCallOutputScreenshot output() A computer screenshot image used with the computer use tool. 
 - 
                                        _typefinal JsonValue _type() The type of the computer tool call output. Always computer_call_output.Expected to always return the following: JsonValue.from("computer_call_output")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        acknowledgedSafetyChecksfinal Optional<List<ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck>> acknowledgedSafetyChecks() The safety checks reported by the API that have been acknowledged by the developer. 
 - 
                                        statusfinal Optional<ResponseComputerToolCallOutputItem.Status> status() The status of the message input. One of in_progress,completed, orincomplete. Populated when input items are returned via API.
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _callIdfinal JsonField<String> _callId() Returns the raw JSON value of callId. Unlike callId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _outputfinal JsonField<ResponseComputerToolCallOutputScreenshot> _output() Returns the raw JSON value of output. Unlike output, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _acknowledgedSafetyChecksfinal JsonField<List<ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck>> _acknowledgedSafetyChecks() Returns the raw JSON value of acknowledgedSafetyChecks. Unlike acknowledgedSafetyChecks, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _statusfinal JsonField<ResponseComputerToolCallOutputItem.Status> _status() Returns the raw JSON value of status. Unlike status, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseComputerToolCallOutputItem.Builder toBuilder() 
 - 
                                        validatefinal ResponseComputerToolCallOutputItem validate() 
 - 
                                        builderfinal static ResponseComputerToolCallOutputItem.Builder builder() Returns a mutable builder for constructing an instance of ResponseComputerToolCallOutputItem. The following fields are required: .id() .callId() .output()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-