before_llm_call
Method
This is a method of the LLMPluginProtocol class in the plugins module.Called before LLM call
Signature
Parameters
No description available.
Returns
The result of the operation.
before_llm_call: Called before LLM call
This is a method of the LLMPluginProtocol class in the plugins module.Called before LLM call
def before_llm_call(&self, _messages: &[LLMMessage]) -> Result<Option<Vec<LLMMessage>>, String>