with_prompt
Method
This is a method of the LLMGuardrail class in the extras module.Set the prompt template
Signature
Parameters
No description available.
Returns
The result of the operation.
with_prompt: Set the prompt template
This is a method of the LLMGuardrail class in the extras module.Set the prompt template
def with_prompt(mut self, prompt: impl Into<String>) -> Self