Skip to main content

mellea.backends.dummy

This module holds shim backends used for smoke tests.

Classes

DummyBackend

A backend for smoke testing. Methods:

generate_from_context

generate_from_context(self, action: Component | CBlock, ctx: Context) -> tuple[ModelOutputThunk, Context]
See constructor for an exmplanation of how DummyBackends work.
I