AIGetMetaData()
Retrieves metadata about a configured AI endpoint.
Returns information about the endpoint's configuration,
and optionally detailed information about available models and associated files.
AIGetMetaData( name=any, detailed=boolean );
Returns: Struct
| Argument | Description | Default |
|---|---|---|
|
name
any,
required
|
edit
The name of the AI endpoint to get metadata for. Can be either:
Alias: aiName, nameAI, session |
|
|
detailed
boolean,
optional
|
edit
When true, includes additional detailed information:
|
false |
Examples
There are currently no examples for this function 31,922ms WARN No examples for function AIGetMetaDataSee also
- AI / LLM Integration
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)