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