before_llm_call
Method
This is a method of the LLMPluginProtocol class in the plugins module.Called before LLM call
Signature
Parameters
&
required
No description available.
Returns
Result<Option<Vec<LLMMessage>>, String>
The result of the operation.

