@voxket-ai/voxket-live
Version:
A React widget for embedding Voxket-powered audio/video/chat experiences.
12 lines (11 loc) • 393 B
TypeScript
import { VoxketInteractiveView } from '../types/rpc';
/**
* Example Assignment View - demonstrates how businesses can create interactive components
* This component receives data that matches the agent's JSON schema:
* {
* "title": "string",
* "description": "string",
* "estimated_time_of_completion": "string"
* }
*/
export declare const AssignmentView: VoxketInteractiveView;