@@ -875,10 +875,10 @@ async def abatch(
875875 Args:
876876 inputs: A list of inputs to the Runnable.
877877 config: A config to use when invoking the Runnable.
878- The config supports standard keys like 'tags', 'metadata' for tracing
879- purposes, 'max_concurrency' for controlling how much work to do
880- in parallel, and other keys. Please refer to the RunnableConfig
881- for more details. Defaults to None.
878+ The config supports standard keys like 'tags', 'metadata' for tracing
879+ purposes, 'max_concurrency' for controlling how much work to do
880+ in parallel, and other keys. Please refer to the RunnableConfig
881+ for more details. Defaults to None.
882882 return_exceptions: Whether to return exceptions instead of raising them.
883883 Defaults to False.
884884 kwargs: Additional keyword arguments to pass to the Runnable.
@@ -940,10 +940,10 @@ async def abatch_as_completed(
940940 Args:
941941 inputs: A list of inputs to the Runnable.
942942 config: A config to use when invoking the Runnable.
943- The config supports standard keys like 'tags', 'metadata' for tracing
944- purposes, 'max_concurrency' for controlling how much work to do
945- in parallel, and other keys. Please refer to the RunnableConfig
946- for more details. Defaults to None. Defaults to None.
943+ The config supports standard keys like 'tags', 'metadata' for tracing
944+ purposes, 'max_concurrency' for controlling how much work to do
945+ in parallel, and other keys. Please refer to the RunnableConfig
946+ for more details. Defaults to None. Defaults to None.
947947 return_exceptions: Whether to return exceptions instead of raising them.
948948 Defaults to False.
949949 kwargs: Additional keyword arguments to pass to the Runnable.
0 commit comments