Uses of Class
io.github.sashirestela.openai.domain.response.Input.CodeInterpreterFile
-
Packages that use Input.CodeInterpreterFile Package Description io.github.sashirestela.openai.domain.response -
-
Uses of Input.CodeInterpreterFile in io.github.sashirestela.openai.domain.response
Methods in io.github.sashirestela.openai.domain.response that return Input.CodeInterpreterFile Modifier and Type Method Description static Input.CodeInterpreterFileInput.CodeInterpreterFile. of(String fileId, String mimeType)Method parameters in io.github.sashirestela.openai.domain.response with type arguments of type Input.CodeInterpreterFile Modifier and Type Method Description static Input.CodeInterpreterOutput.FileOutputInput.CodeInterpreterOutput.FileOutput. of(List<Input.CodeInterpreterFile> files)
-