Configure alternatives for Runnable objects that can be set at runtime.
The name of the Runnable. Used for debugging and tracing.
The type of input this Runnable accepts specified as a Pydantic model.
Output schema.
List configurable fields for this Runnable.
Serializable Runnable that can be dynamically configured.
A DynamicRunnable should be initiated using the configurable_fields or
configurable_alternatives method of a Runnable.
Get a JSON schema that represents the config of the Runnable.