Package com.openai.models
Class CodeInterpreterToolCallDelta.CodeInterpreter.Output
-
- All Implemented Interfaces:
public final class CodeInterpreterToolCallDelta.CodeInterpreter.Output
Text output from the Code Interpreter tool call as part of a run step.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
CodeInterpreterToolCallDelta.CodeInterpreter.Output.Visitor
public final class
CodeInterpreterToolCallDelta.CodeInterpreter.Output.Deserializer
public final class
CodeInterpreterToolCallDelta.CodeInterpreter.Output.Serializer
-
Method Summary
-
-
Method Detail
-
codeInterpreterLogs
final Optional<CodeInterpreterLogs> codeInterpreterLogs()
Text output from the Code Interpreter tool call as part of a run step.
-
codeInterpreterOutputImage
final Optional<CodeInterpreterOutputImage> codeInterpreterOutputImage()
-
isCodeInterpreterLogs
final Boolean isCodeInterpreterLogs()
-
isCodeInterpreterOutputImage
final Boolean isCodeInterpreterOutputImage()
-
asCodeInterpreterLogs
final CodeInterpreterLogs asCodeInterpreterLogs()
Text output from the Code Interpreter tool call as part of a run step.
-
asCodeInterpreterOutputImage
final CodeInterpreterOutputImage asCodeInterpreterOutputImage()
-
accept
final <T extends Any> T accept(CodeInterpreterToolCallDelta.CodeInterpreter.Output.Visitor<T> visitor)
-
validate
final CodeInterpreterToolCallDelta.CodeInterpreter.Output validate()
-
ofCodeInterpreterLogs
final static CodeInterpreterToolCallDelta.CodeInterpreter.Output ofCodeInterpreterLogs(CodeInterpreterLogs codeInterpreterLogs)
Text output from the Code Interpreter tool call as part of a run step.
-
ofCodeInterpreterOutputImage
final static CodeInterpreterToolCallDelta.CodeInterpreter.Output ofCodeInterpreterOutputImage(CodeInterpreterOutputImage codeInterpreterOutputImage)
-
-
-
-