LuceeAIhas()

This feature is experimental and may be subject to change. If you encounter any issues while using this functionality, please report bugs and errors in our bug tracking system. Checks whether a specific AI endpoint is configured and available for use.

LuceeAIhas( name=string );

Returns: Boolean

Argument Description
name
string, required

The name of the AI endpoint to check. Can be either:

  1. A direct endpoint name as configured in the Lucee Administrator
  2. A default reference (e.g., "default:exception") which will check if a default endpoint is configured for that category

Alias: aiName, nameAI

Examples

There are currently no examples for this function 18,502ms WARN No examples for function luceeaihas

See also