Package de.espirit.firstspirit.ai.admin
Interface InheritablePrompt
- All Known Subinterfaces:
ConfigurablePromptOperation
,ConfigurablePromptOption
@Experimental
public interface InheritablePrompt
Inheritable prompt configuration entry.
- Since:
- 5.2.241209
-
Method Summary
Modifier and TypeMethodDescription@NotNull PromptSourceType
Returns the source the definition of this configuration entry is configured in.boolean
Returns whether this configuration entry has been inherited.
-
Method Details
-
isInherited
boolean isInherited()Returns whether this configuration entry has been inherited.- Returns:
true
for inheritance,false
for a local definition.- Since:
- 5.2.241209.
-
getSourceType
Returns the source the definition of this configuration entry is configured in.- Returns:
- The prompt definition source.
- Since:
- 5.2.241209
-