Class ChatCompletionMessageCustomToolCall
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionMessageCustomToolCallA call to a custom tool created by the model. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatCompletionMessageCustomToolCall.BuilderA builder for ChatCompletionMessageCustomToolCall. public final classChatCompletionMessageCustomToolCall.CustomThe custom tool that the model called. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The ID of the tool call. final ChatCompletionMessageCustomToolCall.Customcustom()The custom tool that the model called. final JsonValue_type()The type of the tool. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<ChatCompletionMessageCustomToolCall.Custom>_custom()Returns the raw JSON value of custom. final Map<String, JsonValue>_additionalProperties()final ChatCompletionMessageCustomToolCall.BuildertoBuilder()final ChatCompletionMessageCustomToolCallvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionMessageCustomToolCall.Builderbuilder()Returns a mutable builder for constructing an instance of ChatCompletionMessageCustomToolCall. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        customfinal ChatCompletionMessageCustomToolCall.Custom custom() The custom tool that the model called. 
 - 
                                        _typefinal JsonValue _type() The type of the tool. Always custom.Expected to always return the following: JsonValue.from("custom")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. 
 - 
                                        _customfinal JsonField<ChatCompletionMessageCustomToolCall.Custom> _custom() Returns the raw JSON value of custom. Unlike custom, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatCompletionMessageCustomToolCall.Builder toBuilder() 
 - 
                                        validatefinal ChatCompletionMessageCustomToolCall validate() 
 - 
                                        builderfinal static ChatCompletionMessageCustomToolCall.Builder builder() Returns a mutable builder for constructing an instance of ChatCompletionMessageCustomToolCall. The following fields are required: .id() .custom()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-