Class CodeInterpreterToolCallDelta.CodeInterpreter.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class CodeInterpreterToolCallDelta.CodeInterpreter.BuilderA builder for CodeInterpreter. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        inputfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder input(String input) The input to the Code Interpreter tool call. 
 - 
                                        inputfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder input(JsonField<String> input) Sets Builder.input to an arbitrary JSON value. You should usually call Builder.input with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        outputsfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder outputs(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.
 - 
                                        outputsfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder outputs(JsonField<List<CodeInterpreterToolCallDelta.CodeInterpreter.Output>> outputs) Sets Builder.outputs to an arbitrary JSON value. You should usually call Builder.outputs with a well-typed List<Output>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addOutputfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder addOutput(CodeInterpreterToolCallDelta.CodeInterpreter.Output output) 
 - 
                                        addOutputfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder addOutput(CodeInterpreterLogs logs) Alias for calling addOutput with Output.ofLogs(logs).
 - 
                                        addOutputfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder addOutput(CodeInterpreterOutputImage image) Alias for calling addOutput with Output.ofImage(image).
 - 
                                        addLogsOutputfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder addLogsOutput(Long index) Alias for calling addOutput with the following: CodeInterpreterLogs.builder() .index(index) .build()
 - 
                                        addImageOutputfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder addImageOutput(Long index) Alias for calling addOutput with the following: CodeInterpreterOutputImage.builder() .index(index) .build()
 - 
                                        additionalPropertiesfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal CodeInterpreterToolCallDelta.CodeInterpreter.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal CodeInterpreterToolCallDelta.CodeInterpreter build() Returns an immutable instance of CodeInterpreter. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-