Skip to content

Process Config

Shared schema for per-invocation processor configuration.

ProcessorProcessConfig

Bases: BaseModel

Marker base class for per-invocation processor configuration.

Concrete processors define subclasses with the parameters that may change on every process() call. Stable processor settings belong in each processor's *Config model passed at construction time.