Variants
autogen.beta.eval.runtime.variants.Variants dataclass #
A single-axis set of named target builds. Construct via the from_* classmethods.
from_configs classmethod #
One variant per model config — varies config on a shared factory.
Source code in autogen/beta/eval/runtime/variants.py
from_prompts classmethod #
One variant per system prompt — varies prompt on a shared factory.
Source code in autogen/beta/eval/runtime/variants.py
from_tools classmethod #
One variant per tool set — varies tools on a shared factory.
Source code in autogen/beta/eval/runtime/variants.py
from_middleware classmethod #
One variant per middleware stack — varies middleware on a shared factory.
Source code in autogen/beta/eval/runtime/variants.py
from_targets classmethod #
One variant per whole build — each value is a factory or an instance (the escape hatch).