Evaluation Adapters#
Evaluation adapters provide a flexible mechanism for intercepting and modifying requests/responses between the evaluation harness and the model endpoint. This allows for custom processing, logging, and transformation of data during the evaluation process.
Concepts#
For a conceptual overview and architecture diagram of adapters and interceptor chains, refer to Adapters.
Topics#
Explore the following pages to use and configure adapters.
Usage
Learn how to enable adapters and pass AdapterConfig to evaluate.
Recipes
Reasoning cleanup, system prompt override, response shaping, logging caps.
Configuration
View available AdapterConfig options and defaults.