Class FunctionTool
- 
                    
                    - All Implemented Interfaces:
 
 public final class FunctionTool
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFunctionTool.BuilderA builder for FunctionTool. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final FunctionDefinitionfunction()final JsonValue_type()The type of tool being defined: functionExpected to always return the following:
 However, this method can be useful for debugging and logging (e.g.JsonValue.from("function")final JsonField<FunctionDefinition>_function()Returns the raw JSON value of function. final Map<String, JsonValue>_additionalProperties()final FunctionTool.BuildertoBuilder()final FunctionToolvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FunctionTool.Builderbuilder()Returns a mutable builder for constructing an instance of FunctionTool. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        functionfinal FunctionDefinition function() 
 - 
                                        _typefinal JsonValue _type() The type of tool being defined: functionExpected to always return the following: JsonValue.from("function")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _functionfinal JsonField<FunctionDefinition> _function() Returns the raw JSON value of function. Unlike function, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal FunctionTool.Builder toBuilder() 
 - 
                                        validatefinal FunctionTool validate() 
 - 
                                        builderfinal static FunctionTool.Builder builder() Returns a mutable builder for constructing an instance of FunctionTool. The following fields are required: .function()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-