Uses of Interface
de.espirit.firstspirit.ai.dto.Function.Builder
Packages that use Function.Builder
-
Uses of Function.Builder in de.espirit.firstspirit.ai.dto
Methods in de.espirit.firstspirit.ai.dto that return Function.BuilderModifier and TypeMethodDescription@NotNull Function.BuilderFunction.Builder.addParameter(@NotNull FunctionParameter parameter) Adds a new parameter to the function definition.static @NotNull Function.BuilderFunction.builder()Creates a new builder for creating aFunctiondefinition.@NotNull Function.BuilderFunction.Builder.description(@Nullable String description) Configures description of what the function does, used by the model to choose when and how to call the function.default @NotNull Function.BuilderPreconfigures the builder with the given function definition.@NotNull Function.BuilderConfigures the name of the function.