Class ChatCompletionMessageCustomToolCall.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionMessageCustomToolCall.BuilderA builder for ChatCompletionMessageCustomToolCall. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal ChatCompletionMessageCustomToolCall.Builder id(String id) The ID of the tool call. 
 - 
                                        idfinal ChatCompletionMessageCustomToolCall.Builder id(JsonField<String> id) Sets Builder.id to an arbitrary JSON value. You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        customfinal ChatCompletionMessageCustomToolCall.Builder custom(ChatCompletionMessageCustomToolCall.Custom custom) The custom tool that the model called. 
 - 
                                        customfinal ChatCompletionMessageCustomToolCall.Builder custom(JsonField<ChatCompletionMessageCustomToolCall.Custom> custom) Sets Builder.custom to an arbitrary JSON value. You should usually call Builder.custom with a well-typed Custom value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ChatCompletionMessageCustomToolCall.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("custom")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ChatCompletionMessageCustomToolCall.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ChatCompletionMessageCustomToolCall.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ChatCompletionMessageCustomToolCall.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ChatCompletionMessageCustomToolCall.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ChatCompletionMessageCustomToolCall.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ChatCompletionMessageCustomToolCall build() Returns an immutable instance of ChatCompletionMessageCustomToolCall. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id() .custom()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-