intel
dandy.llm.decoder.intel
T = TypeVar('T')
module-attribute
DecoderKeysIntel
Bases: BaseListIntel[list[T]], Generic[T]
keys = Field(default_factory=list)
class-attribute
instance-attribute
DecoderValuesIntel
Bases: BaseListIntel[Any]