Skip to main content

before_llm_call

Method
This is a method of the LLMPluginProtocol class in the plugins module.
Called before LLM call

Signature

Parameters

_messages
&
required
No description available.

Returns

Returns
Result<Option<Vec<LLMMessage>>, String>
The result of the operation.

Rust LLM

Rust Providers

Rust Failover