@ibiz-template-plugin/ai-chat 0.0.21 → 0.0.23

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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/package.json +4 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 iBiz
3
+ Copyright (c) 2023-present, iBiz
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  一款深度集成于iBiz设计平台的AI智能辅助插件,提供基于自然语言交互的智能问答服务,支持实时消息列表管理、会话历史持久化存储、多模态文件附件及结构化业务数据上传能力。系统核心扩展了与iBiz平台深度绑定的领域特定语言(DSL)构建引擎,可基于用户需求动态生成平台配置脚本,同时集成智能模型解析技术,自动生成可视化架构看板,有效降低用户学习曲线,助力开发者快速掌握iBiz平台的领域驱动设计体系。
4
4
 
5
- ## 目录结构
5
+ ## 📂 项目结构
6
6
 
7
7
  ```javascript
8
8
  ├─ src
@@ -45,7 +45,7 @@
45
45
  │ └─ utils 工具包
46
46
  ```
47
47
 
48
- ## 开发
48
+ ## 📦 开发
49
49
 
50
50
  1. 安装依赖
51
51
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ibiz-template-plugin/ai-chat",
3
- "version": "0.0.21",
4
- "description": "iBiz AI交互框插件,一款深度集成于iBiz设计平台的AI智能辅助插件,提供基于自然语言交互的智能问答服务,支持实时消息列表管理、会话历史持久化存储、多模态文件附件及结构化业务数据上传能力。系统核心扩展了与iBiz平台深度绑定的领域特定语言(DSL)构建引擎,可基于用户需求动态生成平台配置脚本,同时集成智能模型解析技术,自动生成可视化架构看板,有效降低用户学习曲线,助力开发者快速掌握iBiz平台的领域驱动设计体系。",
3
+ "version": "0.0.23",
4
+ "description": "iBiz AI交互框插件",
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",
7
7
  "types": "dist/types/index.d.ts",
@@ -10,7 +10,8 @@
10
10
  "dist/index.min.css"
11
11
  ],
12
12
  "files": [
13
- "dist"
13
+ "dist",
14
+ "README.md"
14
15
  ],
15
16
  "author": "iBiz",
16
17
  "license": "MIT",