get_custom_context
Get the current input context. This can be used within a task to retrieve context metadata that was passed to the action.
def get_custom_context() - > dict[str, str]
Get the current input context. This can be used within a task to retrieve context metadata that was passed to the action. Context will automatically propagate to sub-actions.
Returns
| Type | Description |
|---|---|
dict[str, str] | Dictionary of context key-value pairs |