For the complete documentation index, see llms.txt. This page is also available as Markdown.

get_namespace

get_namespace() -> namespace

Returns the current integration namespace.

Should only be used for debugging purposes.

current_int_namespace = get_namespace()
debug(current_int_namespace)

Last updated

Was this helpful?