Plugin module providing a chat assistant interface within Lens Studio.
Example
// ChatAssistant is an unreleased beta plugin class for building chat-based // assistants in Lens Studio. It extends Editor.IPlugin. // // Descriptor properties: // displayName: string — name shown in the chat UI // examples: string[] — sample prompts displayed to the user // iconUrl: string — URL to the assistant's icon // multipleInstances: boolean — allow concurrent instances
Plugin module providing a chat assistant interface within Lens Studio.
Example