Class CodeInterpreterToolCall
- 
                    
                    - All Implemented Interfaces:
 
 public final class CodeInterpreterToolCallDetails of the Code Interpreter tool call the run step was involved in. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classCodeInterpreterToolCall.BuilderA builder for CodeInterpreterToolCall. public final classCodeInterpreterToolCall.CodeInterpreterThe Code Interpreter tool call definition. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The ID of the tool call. final CodeInterpreterToolCall.CodeInterpretercodeInterpreter()The Code Interpreter tool call definition. final JsonValue_type()The type of tool call. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<CodeInterpreterToolCall.CodeInterpreter>_codeInterpreter()Returns the raw JSON value of codeInterpreter. final Map<String, JsonValue>_additionalProperties()final CodeInterpreterToolCall.BuildertoBuilder()final CodeInterpreterToolCallvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterToolCall.Builderbuilder()Returns a mutable builder for constructing an instance of CodeInterpreterToolCall. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        codeInterpreterfinal CodeInterpreterToolCall.CodeInterpreter codeInterpreter() The Code Interpreter tool call definition. 
 - 
                                        _typefinal JsonValue _type() The type of tool call. This is always going to be code_interpreterfor this type of tool call.Expected 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). 
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _codeInterpreterfinal JsonField<CodeInterpreterToolCall.CodeInterpreter> _codeInterpreter() Returns the raw JSON value of codeInterpreter. Unlike codeInterpreter, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal CodeInterpreterToolCall.Builder toBuilder() 
 - 
                                        validatefinal CodeInterpreterToolCall validate() 
 - 
                                        builderfinal static CodeInterpreterToolCall.Builder builder() Returns a mutable builder for constructing an instance of CodeInterpreterToolCall. The following fields are required: .id() .codeInterpreter()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-