Uses of Interface
de.espirit.firstspirit.ai.dto.SystemPrompt
Packages that use SystemPrompt
Package
Description
-
Uses of SystemPrompt in de.espirit.firstspirit.ai
Methods in de.espirit.firstspirit.ai that return types with arguments of type SystemPromptModifier 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
Subinterfaces of SystemPrompt in de.espirit.firstspirit.ai.adminMethods in de.espirit.firstspirit.ai.admin with parameters of type SystemPromptModifier 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
Methods in de.espirit.firstspirit.ai.dto that return SystemPromptModifier and TypeMethodDescriptionstatic @NotNull SystemPrompt
Creates a new system prompt definition.