Ask a question to get started
Enter to sendā¢Shift+Enter new line
with_types( self, *, input_type: type[Input] | None = None, output_type: type[Output
input_type
type[Input] | None
None
output_type
type[Output] | None
Bind input and output types to a Runnable, returning a new Runnable.
Runnable
The input type to bind to the Runnable.
The output type to bind to the Runnable.