Make auto_args default fallback, integrate io_actions with argument parsing

This commit is contained in:
2025-05-19 20:03:04 -04:00
parent 4fa6e3bf1f
commit 3c0a81359c
16 changed files with 125 additions and 87 deletions

View File

@ -85,6 +85,9 @@ class SelectionAction(BaseAction):
f"got {type(value).__name__}"
)
def get_infer_target(self) -> None:
return None
async def _run(self, *args, **kwargs) -> Any:
kwargs = self._maybe_inject_last_result(kwargs)
context = ExecutionContext(