Uses of Interface
de.espirit.firstspirit.ai.dto.FunctionCall.Builder
Packages that use FunctionCall.Builder
-
Uses of FunctionCall.Builder in de.espirit.firstspirit.ai.dto
Methods in de.espirit.firstspirit.ai.dto that return FunctionCall.BuilderModifier and TypeMethodDescription@NotNull FunctionCall.Builder
Configures the function arguments, usually this is a JSON string like `{"arg": "value"}`.static @NotNull FunctionCall.Builder
FunctionCall.builder()
Creates a new builder for creating aFunctionCall
definition.@NotNull FunctionCall.Builder
Configures the identifier of the function call.@NotNull FunctionCall.Builder
Configures the name of the function to be called.