nemoguardrails.colang.v2_x.runtime.system_functions

View as Markdown

Module Contents

Functions

NameDescription
actionConvert an action name to an ActionConfig?.
flowConvert a flow name to a FlowConfig/Spec? object.

API

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

Convert an action name to an ActionConfig?.

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

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