Package de.espirit.firstspirit.ai.admin
Interface ServicePromptConfiguration
- All Superinterfaces:
PromptConfiguration
The modifiable service prompt configuration.
Server administration privileges are required to modify this configuration,
applying changes using
PromptConfiguration.save()
will fail otherwise.- Since:
- 5.2.241209
-
Method Summary
Modifier and TypeMethodDescription@NotNull SystemPromptList
Returns a modifiable list of the system prompts.Methods inherited from interface de.espirit.firstspirit.ai.admin.PromptConfiguration
getOperations, getOptions, save
-
Method Details
-
getSystemPrompts
Returns a modifiable list of the system prompts.- Returns:
- The system prompts.
- Since:
- 5.2.241209
-