You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@webex/internal-plugin-llm

Package Overview
Dependencies
Maintainers
0
Versions
578
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/internal-plugin-llm


Version published
Weekly downloads
1.3K
decreased by-2.12%
Maintainers
0
Created
Weekly downloads
 

Readme

Source

@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.

FAQs

Package last updated on 01 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc