Package com.openai.models.responses
        Class ResponseCustomToolCallOutput.Output.FunctionAndCustomToolCallOutput
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseCustomToolCallOutput.Output.FunctionAndCustomToolCallOutputA text input to the model. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceResponseCustomToolCallOutput.Output.FunctionAndCustomToolCallOutput.VisitorAn interface that defines how to map each variant of FunctionAndCustomToolCallOutput to a value of type T. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        inputTextfinal Optional<ResponseInputText> inputText() A text input to the model. 
 - 
                                        inputImagefinal Optional<ResponseInputImage> inputImage() An image input to the model. Learn about image inputs. 
 - 
                                        inputFilefinal Optional<ResponseInputFile> inputFile() A file input to the model. 
 - 
                                        isInputTextfinal Boolean isInputText() 
 - 
                                        isInputImagefinal Boolean isInputImage() 
 - 
                                        isInputFilefinal Boolean isInputFile() 
 - 
                                        asInputTextfinal ResponseInputText asInputText() A text input to the model. 
 - 
                                        asInputImagefinal ResponseInputImage asInputImage() An image input to the model. Learn about image inputs. 
 - 
                                        asInputFilefinal ResponseInputFile asInputFile() A file input to the model. 
 - 
                                        acceptfinal <T extends Any> T accept(ResponseCustomToolCallOutput.Output.FunctionAndCustomToolCallOutput.Visitor<T> visitor) 
 - 
                                        ofInputTextfinal static ResponseCustomToolCallOutput.Output.FunctionAndCustomToolCallOutput ofInputText(ResponseInputText inputText) A text input to the model. 
 - 
                                        ofInputImagefinal static ResponseCustomToolCallOutput.Output.FunctionAndCustomToolCallOutput ofInputImage(ResponseInputImage inputImage) An image input to the model. Learn about image inputs. 
 - 
                                        ofInputFilefinal static ResponseCustomToolCallOutput.Output.FunctionAndCustomToolCallOutput ofInputFile(ResponseInputFile inputFile) A file input to the model. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-