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

GetConfigMode

This method commands the ConfigModule to return the current config mode that is active.

See ConfigMode documentation for details.

Method Name: GetConfigMode

Payload:

{
}

Returns:

{
    "mode": "<active config mode>"
}

Last updated

Was this helpful?