@webex/internal-plugin-llm

3.0.0 • Public • Published

@webex/internal-plugin-llm

standard-readme compliant

Plugin for the LLM service

This is an internal Cisco Webex plugin. As such, it does not strictly adhere to semantic versioning. Use at your own risk. If you're not working on one of our first party clients, please look at our developer api and stick to our public plugins.

Install

npm install --save @webex/internal-plugin-llm

Usage

import '@webex/internal-plugin-llm';

import WebexCore from '@webex/webex-core';

const webex = new WebexCore();
// locusUrl is got from meeting.locusInfo.url;
// datachannelUrl is got from meeting.locusInfo.info.datachannelUrl;
webex.internal.llm.registerAndConnect(locusUrl, datachannelUrl);

// Checks if LLM is connected
webex.internal.llm.isConnected();

// Disconnect LLM connection
webex.internal.llm.disconnectLLM();

// Get Locus URL
webex.internal.llm.getLocusUrl();

Maintainers

This package is maintained by Cisco Webex for Developers.

Contribute

Pull requests welcome. Please see CONTRIBUTING.md for more details.

License

© 2016-2022 Cisco and/or its affiliates. All Rights Reserved.

Readme

Keywords

none

Package Sidebar

Install

npm i @webex/internal-plugin-llm

Weekly Downloads

1,490

Version

3.0.0

License

Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)

Unpacked Size

29.3 kB

Total Files

20

Last publish

Collaborators

  • arun3528
  • npm.tropo
  • webex-jenkins
  • adamweeks
  • taymoork2
  • webex-components-publisher
  • webex-web-client