scope/context is not passed to ManualRead action
Hi, just wanted to ask if this is intentional and if so, where I can find more information.
I have a very simple scope like
And then there's a manual read action for an external API that looks like
On the domain there's
Then in tests I have the scope like above and call
I expect the "vertical" key to show up in the context of the ManualRead action but it doesn't. I'm doing the same with generic actions elsewhere and there it shows up as "context.source_context.vertical".
Am I holding it wrong? Is the difference between manual actions and generic actions intentional?
I have a very simple scope like
And then there's a manual read action for an external API that looks like
On the domain there's
Then in tests I have the scope like above and call
I expect the "vertical" key to show up in the context of the ManualRead action but it doesn't. I'm doing the same with generic actions elsewhere and there it shows up as "context.source_context.vertical".
Am I holding it wrong? Is the difference between manual actions and generic actions intentional?
