Package com.axemble.vdoc.sdk.ai
Interface IParametersProvider
- All Known Subinterfaces:
IContentSource<T>,IToolProvider
public interface IParametersProvider
Interface for providing parameters to extension codes (RAG, Tool, ...).
This interface allows for the retrieval of parameters, mandatory parameters, and secured parameters.
Implementations can override the default methods to provide specific parameter sets.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordRecord representing a parameter with its name, label, and security status. -
Method Summary
Modifier and TypeMethodDescriptiondefault Collection<IParametersProvider.Parameter> Get the list of parameters.
-
Method Details
-
getParameters
Get the list of parameters.- Returns:
- a collection of parameters
-