Uses of Interface
de.espirit.firstspirit.ai.dto.PromptOperation
Packages that use PromptOperation
Package
Description
-
Uses of PromptOperation in de.espirit.firstspirit.ai
Methods in de.espirit.firstspirit.ai that return PromptOperationModifier and TypeMethodDescription@NotNull PromptOperationPromptConfigurationTestPlugin.PromptOperationContext.getOperation()Returns the operation to be performed.Methods in de.espirit.firstspirit.ai that return types with arguments of type PromptOperationModifier and TypeMethodDescriptiondefault @NotNull Optional<PromptOperation>PromptConfigurationAgent.getOperation(@NotNull UUID id) Searches for a specific operation by id.@NotNull List<PromptOperation>PromptConfigurationAgent.getOperations()Returns all prompt operations in the current context.default @NotNull Stream<PromptOperation>PromptConfigurationAgent.getOperations(@NotNull Set<String> tags) Searches for operations containing all the given tags.@NotNull List<PromptOperation>PromptConfigurationPlugin.getOperations()Returns a list of preset operations to be available in the prompt configuration.Methods in de.espirit.firstspirit.ai with parameters of type PromptOperationModifier and TypeMethodDescriptiondefault @NotNull Stream<PromptOption>PromptConfigurationAgent.getOptions(@NotNull PromptOperation operation) Searches for all options referenced by the given operation. -
Uses of PromptOperation in de.espirit.firstspirit.ai.admin
Subinterfaces of PromptOperation in de.espirit.firstspirit.ai.adminModifier and TypeInterfaceDescriptioninterfaceObject for configuring a specificPromptOperation.Methods in de.espirit.firstspirit.ai.admin with parameters of type PromptOperationModifier and TypeMethodDescriptiondefault @NotNull ConfigurablePromptOperationConfigurablePromptOperation.apply(@NotNull PromptOperation definition) Applies the definition of the given prompt operation, which is the same as calling each setter individually. -
Uses of PromptOperation in de.espirit.firstspirit.ai.dto
Methods in de.espirit.firstspirit.ai.dto that return PromptOperationModifier and TypeMethodDescription@NotNull PromptOperationCreates a new operation definition based on the current configuration.Methods in de.espirit.firstspirit.ai.dto with parameters of type PromptOperationModifier and TypeMethodDescriptionstatic PromptOperation.BuilderPromptOperation.builder(@NotNull PromptOperation operation) Returns a builder to create a new operation definition with.