SideInputEffect# class penzai.deprecated.v1.data_effects.side_input.SideInputEffect[source]# Bases: Protocol[_T] Protocol for a side input effect. Methods __init__(*args, **kwargs) ask() Retrieves the value for the side input. ask() → _T[source]# Retrieves the value for the side input.