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.