Package org.eclnt.ccee.prompting
Interface IPromptingMessageExtender
public interface IPromptingMessageExtender
Interface to extend a prompting message and e.g. add some more context
information to the prompting. THe interface is used by default implementation
Example: function that collects additional information for a prompting text e.g. from a RAG database. The additional information is added by the extender using
PromptingBase and all its extensions.Example: function that collects additional information for a prompting text e.g. from a RAG database. The additional information is added by the extender using
IPrompting.addMessage(PromptingMessage).-
Method Summary
-
Method Details
-
prepareNewMessage
-