gimc-ai-agent 1.0.28 → 1.0.30

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.
package/README.md CHANGED
@@ -147,7 +147,7 @@ const clearMessages = () => agentRef.value?.clearMessages()
147
147
  |------|------|--------|------|------|
148
148
  | `ragKnowledgeId` | `number` | - | ✅ | RAG 知识库 ID |
149
149
  | `token` | `string` | - | ✅ | 外部系统传入的认证 token(优先级高于 localStorage) |
150
- | `environment` | `'development' \| 'production'` | `'production'` | - | 环境标识(推荐通过 prop 传递,也可通过 envConfigManager 全局设置) |
150
+ | `environment` | `'development' \| 'production'` | `'production'` | | 环境标识(推荐通过 prop 传递,也可通过 envConfigManager 全局设置) |
151
151
  | `title` | `string` | `'灵犀AI小助手'` | - | 标题 |
152
152
  | `avatar` | `string` | - | - | 头像 URL |
153
153
  | `floatIcon` | `string` | - | - | 悬浮按钮图标 URL |