Uses of Interface
de.espirit.firstspirit.ai.dto.SystemPrompt
Package
Description
-
Uses of SystemPrompt in de.espirit.firstspirit.ai
Modifier and TypeMethodDescriptiondefault @NotNull Optional<SystemPrompt>
PromptConfigurationAgent.getSystemPrompt
(@NotNull String name) Returns a specific system prompt, if available.@NotNull Optional<SystemPrompt>
PromptConfigurationTestPlugin.PromptOperationContext.getSystemPrompt
(@NotNull String name) Returns the system prompt with the given name, if available.@NotNull List<SystemPrompt>
PromptConfigurationAgent.getSystemPrompts()
Returns a list of the current system prompts.@NotNull List<SystemPrompt>
PromptConfigurationPlugin.getSystemPrompts()
Returns a list of system prompts and their default prompt. -
Uses of SystemPrompt in de.espirit.firstspirit.ai.admin
Modifier and TypeMethodDescriptiondefault @NotNull ConfigurableSystemPrompt
ConfigurableSystemPrompt.apply
(@NotNull SystemPrompt definition) Applies the definition of the given system prompt, which is the same as calling each setter individually. -
Uses of SystemPrompt in de.espirit.firstspirit.ai.dto
Modifier and TypeMethodDescriptionstatic @NotNull SystemPrompt
Creates a new system prompt definition.