Class ChatCompletionCustomTool
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionCustomToolA custom tool that processes input using a specified format. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatCompletionCustomTool.BuilderA builder for ChatCompletionCustomTool. public final classChatCompletionCustomTool.CustomProperties of the custom tool. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final ChatCompletionCustomTool.Customcustom()Properties of the custom tool. final JsonValue_type()The type of the custom tool. final JsonField<ChatCompletionCustomTool.Custom>_custom()Returns the raw JSON value of custom. final Map<String, JsonValue>_additionalProperties()final ChatCompletionCustomTool.BuildertoBuilder()final ChatCompletionCustomToolvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionCustomTool.Builderbuilder()Returns a mutable builder for constructing an instance of ChatCompletionCustomTool. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        customfinal ChatCompletionCustomTool.Custom custom() Properties of the custom tool. 
 - 
                                        _typefinal JsonValue _type() The type of the custom 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). 
 - 
                                        _customfinal JsonField<ChatCompletionCustomTool.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 ChatCompletionCustomTool.Builder toBuilder() 
 - 
                                        validatefinal ChatCompletionCustomTool validate() 
 - 
                                        builderfinal static ChatCompletionCustomTool.Builder builder() Returns a mutable builder for constructing an instance of ChatCompletionCustomTool. The following fields are required: .custom()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-