We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12655b2 + b4a15ab commit 864e86aCopy full SHA for 864e86a
src/data_models/production_routine.py
@@ -371,7 +371,7 @@ class RoutineFetchOperation(RoutineOperation):
371
Args:
372
type (Literal[RoutineOperationTypes.FETCH]): The type of operation.
373
endpoint (Endpoint): The endpoint to fetch.
374
- session_storage_key (str | None): The session storage key to save the result to (optional).
+ session_storage_key (str): The session storage key to save the fetch response to.
375
376
Returns:
377
RoutineFetchOperation: The interpolated operation.
0 commit comments