Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@webex/internal-plugin-llm

Package Overview
Dependencies
2
Maintainers
7
Versions
110
Issues
File Explorer

Advanced tools

@webex/internal-plugin-llm

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

    2.48.0latest
    GitHub

Version published
Maintainers
7
Weekly downloads
947
decreased by-23.94%

Weekly downloads

Changelog

Source

2.48.0 (2023-03-22)

Features

  • legacy/tools: elevate testing (#2692) (d9fa6ef)

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

Last updated on 22 Mar 2023

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc