Class CodeInterpreterToolCallDelta.CodeInterpreter
- 
                    
                    - All Implemented Interfaces:
 
 public final class CodeInterpreterToolCallDelta.CodeInterpreterThe Code Interpreter tool call definition. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classCodeInterpreterToolCallDelta.CodeInterpreter.BuilderA builder for CodeInterpreter. public final classCodeInterpreterToolCallDelta.CodeInterpreter.OutputText output from the Code Interpreter tool call as part of a run step. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>input()The input to the Code Interpreter tool call. final Optional<List<CodeInterpreterToolCallDelta.CodeInterpreter.Output>>outputs()The outputs from the Code Interpreter tool call. final JsonField<String>_input()Returns the raw JSON value of input. final JsonField<List<CodeInterpreterToolCallDelta.CodeInterpreter.Output>>_outputs()Returns the raw JSON value of outputs. final Map<String, JsonValue>_additionalProperties()final CodeInterpreterToolCallDelta.CodeInterpreter.BuildertoBuilder()final CodeInterpreterToolCallDelta.CodeInterpretervalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterToolCallDelta.CodeInterpreter.Builderbuilder()Returns a mutable builder for constructing an instance of CodeInterpreter. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        outputsfinal Optional<List<CodeInterpreterToolCallDelta.CodeInterpreter.Output>> outputs() The outputs from the Code Interpreter tool call. Code Interpreter can output one or more items, including text ( logs) or images (image). Each of these are represented by a different object type.
 - 
                                        _inputfinal JsonField<String> _input() Returns the raw JSON value of input. Unlike input, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _outputsfinal JsonField<List<CodeInterpreterToolCallDelta.CodeInterpreter.Output>> _outputs() Returns the raw JSON value of outputs. Unlike outputs, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder toBuilder() 
 - 
                                        validatefinal CodeInterpreterToolCallDelta.CodeInterpreter validate() 
 - 
                                        builderfinal static CodeInterpreterToolCallDelta.CodeInterpreter.Builder builder() Returns a mutable builder for constructing an instance of CodeInterpreter. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-