Uses of Interface
de.espirit.firstspirit.ai.dto.PromptOperation.Builder
-
Uses of PromptOperation.Builder in de.espirit.firstspirit.ai.dto
Modifier and TypeMethodDescriptiondefault @NotNull PromptOperation.Builder
PromptOperation.Builder.addOption
(@NotNull PromptOption option) Adds an option the operation is configurable with.@NotNull PromptOperation.Builder
Adds an option as identifier the operation is configurable with.static PromptOperation.Builder
PromptOperation.builder()
Returns a builder to create a new operation definition with.static PromptOperation.Builder
PromptOperation.builder
(@NotNull PromptOperation operation) Returns a builder to create a new operation definition with.@NotNull PromptOperation.Builder
Configures the name of this operation.@NotNull PromptOperation.Builder
Configures the options as list of identifiers the operation is configurable with.@NotNull PromptOperation.Builder
Configures the prompt text of this operation.@NotNull PromptOperation.Builder
Assigns tags to the operation.@NotNull PromptOperation.Builder
PromptOperation.Builder.textRequired
(boolean textRequired) Configures whether input text is required to perform the operation.