Package com.openai.models.responses
        Class ResponseCustomToolCallOutput.Output
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseCustomToolCallOutput.OutputThe output from the custom tool call generated by your code. Can be a string or an list of output content. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceResponseCustomToolCallOutput.Output.VisitorAn interface that defines how to map each variant of Output to a value of type T. public final classResponseCustomToolCallOutput.Output.FunctionAndCustomToolCallOutputA text input to the model. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        contentListfinal Optional<List<ResponseCustomToolCallOutput.Output.FunctionAndCustomToolCallOutput>> contentList() Text, image, or file output of the custom tool call. 
 - 
                                        isContentListfinal Boolean isContentList() 
 - 
                                        asContentListfinal List<ResponseCustomToolCallOutput.Output.FunctionAndCustomToolCallOutput> asContentList() Text, image, or file output of the custom tool call. 
 - 
                                        acceptfinal <T extends Any> T accept(ResponseCustomToolCallOutput.Output.Visitor<T> visitor) 
 - 
                                        validatefinal ResponseCustomToolCallOutput.Output validate() 
 - 
                                        ofStringfinal static ResponseCustomToolCallOutput.Output ofString(String string) A string of the output of the custom tool call. 
 - 
                                        ofContentListfinal static ResponseCustomToolCallOutput.Output ofContentList(List<ResponseCustomToolCallOutput.Output.FunctionAndCustomToolCallOutput> contentList) Text, image, or file output of the custom tool call. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-