Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@qbraid-core/chat

qBraid205Proprietary0.11.0TypeScript support: included

Client for the qBraid AI Chat service.

qbraid, qbraid-core, qbraid-core-js, qbraid chat, qbraid ai, qbraid ai chat, ai, ai chat, qbraid cloud, qbraid api, qbraid apis, cloud, quantum, quantum computing

readme

qbraid

@qbraid-core/chat

Stable npm

Client for the qBraid AI Chat service.

Installation

npm install @qbraid-core/chat

Usage Example

import { ChatClient } from '@qbraid-core/chat';

const client = new ChatClient();

const response = await client.createMessage('What is the Schrödinger equation?');

console.log(response.content);

License

This software is proprietary and subject to the terms of the qBraid Commercial Software License.