Skip to main content
This is an interactive notebook. You can run it locally or use the links below:

Scorers as Guardrails

Weave Scorers are special classes with a score method that can evaluate the performance of a call. They can range from quite simple rules to complex LLMs as judges. In this notebook, we will explore how to use Scorers as guardrails to prevent your LLM from generating harmful or inappropriate content.