Uses of Class
com.google.genai.gaos.models.interactions.Function
Packages that use Function
-
Uses of Function in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return FunctionModifier and TypeMethodDescriptionFunction.Builder.build()Function.withDescription(String description) A description of the function.The name of the function.Function.withParameters(Object parameters) The JSON Schema for the function's parameters.