@resolveio/client-lib-core 21.4.15 → 21.4.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -790,6 +790,7 @@ declare class CoreComponent extends BaseComponent implements OnInit {
|
|
|
790
790
|
getAiAssistantTopOffset(): number;
|
|
791
791
|
getAiAssistantHeight(): number;
|
|
792
792
|
getAiAssistantReservedWidth(): number;
|
|
793
|
+
resolveAiAssistantClientId(): string;
|
|
793
794
|
private resolveAiAssistantAppId;
|
|
794
795
|
private resolveAiAssistantConfig;
|
|
795
796
|
private resolveEnvModelList;
|