LuceeAIgetMetadata()
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. Retrieves metadata about a configured AI endpoint. Returns information about the endpoint's configuration, and optionally detailed information about available models and associated files.
LuceeAIgetMetadata( 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 39,111ms WARN No examples for function luceeaigetmetadataSee also
- AI / LLM Integration
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)