@webex/internal-plugin-llm
Advanced tools
Weekly downloads
Readme
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.
npm install --save @webex/internal-plugin-llm
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();
This package is maintained by Cisco Webex for Developers.
Pull requests welcome. Please see CONTRIBUTING.md for more details.
© 2016-2022 Cisco and/or its affiliates. All Rights Reserved.
FAQs
[](https://github.com/RichardLitt/standard-readme)
The npm package @webex/internal-plugin-llm receives a total of 443 weekly downloads. As such, @webex/internal-plugin-llm popularity was classified as not popular.
We found that @webex/internal-plugin-llm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.