Nutrient Web SDK

v0.0.0-dev

ReferenceAIAssistant

Namespace AIAssistant

AI Assistant configuration namespace containing all public types.

This namespace provides TypeScript interfaces and configuration options for integrating the AI Assistant feature into your application. Use types from this namespace to configure AI Assistant behavior, security policies, and custom skills.

Namespace

Example

import { AIAssistant } from 'nutrient'

const config: AIAssistant.Configuration = {
sessionId: 'user-session-123',
jwt: 'your-jwt-token',
backendUrl: 'https://ai-assistant.example.com'
}

Interfaces