> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/guardrails/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/guardrails/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/guardrails/_mcp/server.

# nemoguardrails.colang.v2_x.runtime.system_functions

## Module Contents

### Functions

| Name                                                                    | Description                                       |
| ----------------------------------------------------------------------- | ------------------------------------------------- |
| [`action`](#nemoguardrails-colang-v2_x-runtime-system_functions-action) | Convert an action name to an ActionConfig?.       |
| [`flow`](#nemoguardrails-colang-v2_x-runtime-system_functions-flow)     | Convert a flow name to a FlowConfig/Spec? object. |

### API

```python
nemoguardrails.colang.v2_x.runtime.system_functions.action(
    name: str
)
```

Convert an action name to an ActionConfig?.

```python
nemoguardrails.colang.v2_x.runtime.system_functions.flow(
    name: str
)
```

Convert a flow name to a FlowConfig/Spec? object.