You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Often, you'll want to reuse parts of a specification while modifying it.
323
323
# For example, you might want to exclude a field that is provided by another source or rename fields for clarity.
324
-
# This can be done declaratively using ``SocketSpecSelect``.
324
+
# This can be done declaratively using ``select``.
325
325
#
326
326
# The main parameters are:
327
327
#
@@ -332,12 +332,12 @@ def AddMultiplyFinal(
332
332
#
333
333
# .. Important::
334
334
#
335
-
# To apply a ``SocketSpecSelect``, you must place it in the metadata list of ``t.Annotated[<type>, ...]`` alongside the specification you are modifying.
335
+
# To apply a ``select``, you must place it in the metadata list of ``t.Annotated[<type>, ...]`` alongside the specification you are modifying.
336
336
#
337
337
# Let's see an example where we build a graph that runs a task twice. We want a shared ``structure`` input at the graph level,
338
338
# so we must *exclude* it from the nested input specifications for each task call.
0 commit comments