[]
Gets or sets the singleton instance of the IAIModelRequestHandler implementation that handles requests for external model operations. This handler is responsible for processing model-related requests across all workbooks in the application, Setting this property affects all existing and future workbook instances.
public static IAIModelRequestHandler AIModelRequestHandler { get; set; }
Public Shared Property AIModelRequestHandler As IAIModelRequestHandler
| Type | Description |
|---|---|
| IAIModelRequestHandler | The IAIModelRequestHandler instance used globally by all workbooks, or null if no handler is configured. |