@docyrus/ui-pro-ai-assistant 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -309,10 +309,10 @@ export interface DocyAssistantProps {
309
309
  /** Initial files to attach when auto-sending the initial prompt */
310
310
  initialFiles?: File[];
311
311
  /**
312
- * Host environment identifier sent to the chat endpoint as `environment`.
312
+ * Host environment identifier sent to the chat endpoint as `hostEnvironment`.
313
313
  * The backend uses this to filter the tool list bound to the agent so that
314
314
  * only tools available in the current environment are exposed.
315
315
  * Common values: 'web' | 'desktop' | 'chrome' | 'word' | 'excel' | 'powerpoint' | 'outlook'.
316
316
  */
317
- environment?: string;
317
+ hostEnvironment?: string;
318
318
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docyrus/ui-pro-ai-assistant",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Docyrus AI Assistant component — full-featured chat UI with canvas, projects, and i18n support.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",