Class CodeInterpreterTool
- 
                    
                    - All Implemented Interfaces:
 
 public final class CodeInterpreterTool
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classCodeInterpreterTool.BuilderA builder for CodeInterpreterTool. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final JsonValue_type()The type of tool being defined: code_interpreterExpected to always return the following:
 However, this method can be useful for debugging and logging (e.g.JsonValue.from("code_interpreter")final Map<String, JsonValue>_additionalProperties()final CodeInterpreterTool.BuildertoBuilder()final CodeInterpreterToolvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterTool.Builderbuilder()Returns a mutable builder for constructing an instance of CodeInterpreterTool. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of tool being defined: code_interpreterExpected to always return the following: JsonValue.from("code_interpreter")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal CodeInterpreterTool.Builder toBuilder() 
 - 
                                        validatefinal CodeInterpreterTool validate() 
 - 
                                        builderfinal static CodeInterpreterTool.Builder builder() Returns a mutable builder for constructing an instance of CodeInterpreterTool. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-