Package de.espirit.firstspirit.ai.admin
Interface PromptConfigurationAdminAgent
@Experimental
public interface PromptConfigurationAdminAgent
Agent providing access to the administration of the prompt configuration.
- Since:
- 5.2.241209
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final SpecialistType<PromptConfigurationAdminAgent>Agent providing access to administration of the prompt configuration.
- 
Method SummaryModifier and TypeMethodDescription@NotNull ProjectPromptConfigurationgetProjectConfiguration(long projectId) Returns the modifiable shared prompt configuration.@NotNull ServicePromptConfigurationReturns the modifiable service prompt configuration.@NotNull SharedPromptConfigurationReturns the modifiable shared prompt configuration.
- 
Field Details- 
TYPEAgent providing access to administration of the prompt configuration.- Since:
- 5.2.241209
 
 
- 
- 
Method Details- 
getServiceConfigurationReturns the modifiable service prompt configuration. Server administration privileges are required to modify this configuration.- Returns:
- The service configuration.
- Since:
- 5.2.241209
 
- 
getProjectConfigurationReturns the modifiable shared prompt configuration. Project administration privileges are required to modify this configuration.- Parameters:
- projectId- The identifier of the project to modify the configuration for.
- Returns:
- The shared configuration.
- Throws:
- NoSuchElementException- If the project could not be found.
- Since:
- 5.2.241209
 
 
-