diff --git a/packages/core/src/libraryUtils.ts b/packages/core/src/libraryUtils.ts index 01d57e81fb5..6c03928c5a4 100644 --- a/packages/core/src/libraryUtils.ts +++ b/packages/core/src/libraryUtils.ts @@ -98,6 +98,7 @@ export { AuthUserAgentInput, InAppMessagingUserAgentInput, GeoUserAgentInput, + AiUserAgentInput, } from './Platform/types'; export { setCustomUserAgent } from './Platform/customUserAgent';