get_config_list(
config: RunnableConfig | Sequence[RunnableConfig] | None,
length: int| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | Sequence[RunnableConfig] | None | |
length* | int |
Get a list of configs from a single config or a list of configs.
It is useful for subclasses overriding batch() or abatch().
The config or list of configs.
The length of the list.