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