We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034ea9a commit acb1e63Copy full SHA for acb1e63
src/labthings_fastapi/descriptors/action.py
@@ -253,7 +253,7 @@ def start_action(
253
),
254
summary=f"All invocations of {self.name}.",
255
)
256
- def list_invocations(action_manager: ActionManagerContextDep):
+ def list_invocations(action_manager: ActionManagerContextDep, _blob_manager: BlobIOContextDep):
257
return action_manager.list_invocations(self, thing, as_responses=True)
258
259
def action_affordance(
0 commit comments