@yuuvis/app-ai
TypeScript icon, indicating that this package has built-in type declarations

2.1.12 • Public • Published

@yuuvis/app-ai

@yuuvis/app-ai is a yuuvis® MOMENTUM client app that showcases AI integration and is provided for use in custom client projects.

Installation

The app can be installed in a custom client project as follows:

npm install @yuuvis/app-ai --save

Enable extension

In your app.config.ts add the AppAiExtension to the providers:

import { AppAiExtension } from '@yuuvis/app-ai/extensions';

export const appConfig: ApplicationConfig = {
  providers: [
    importShellExtensions([
      { id: 'io.yuuvis.app.ai.extension', extension: AppAiExtension }
    ])
  ]
};

Readme

Keywords

none

Package Sidebar

Install

npm i @yuuvis/app-ai

Weekly Downloads

321

Version

2.1.12

License

MIT

Unpacked Size

132 kB

Total Files

29

Last publish

Collaborators

  • optimal-systems-npm
  • eo-sdk-npm