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.Builder
Function.Builder.addParameter
(@NotNull FunctionParameter parameter) Adds a new parameter to the function definition.static @NotNull Function.Builder
Function.builder()
Creates a new builder for creating aFunction
definition.@NotNull Function.Builder
Function.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.@NotNull Function.Builder
Configures the name of the function.