163 Commits

Author SHA1 Message Date
f1498178cc fix(llm_api_map_manage): 修正uitype规范+VScrollPanel滚动+llmid隐藏字段
- select→code, text→str, number→int 对齐bricks uitype规范
- 表单区域父容器改用VScrollPanel(height:500px)防止超出屏幕
- llmid改为uitype:hidden, 从params_kw.llmid获取值(从llm CRUD tool触发)
- 移除llmid的select下拉和label
2026-05-21 16:11:40 +08:00
76622381be bugfix 2026-05-21 13:19:48 +08:00
1060cac2de feat: llm_api_map CRUD management and ownerid-based data isolation
- Update json/llm.json subtable from llm_catelog_rel to llm_api_map
- Rewrite json/llm_api_map.json as standard CRUD format (tblname+params)
- Add models/llm_api_map.json table definition (summary/fields/indexes/codes)
- Add independent management UI (llm_api_map_manage.ui)
- Add CRUD DSPY APIs (list/create/delete/options) with ownerid filtering
- All operations verify l.ownerid for data isolation
- Add uapi_options.dspy for API selection dropdown
2026-05-20 17:29:27 +08:00
d2ffd9c6d0 refactor: introduce llm_api_map table and remove uapiset intermediate layer
- New llm_api_map table: extract ability-specific fields (apiname,
  query_apiname, query_period, ppid) from llm table to support
  one-model-multi-ability without redundancy
- Remove uapiset from llmage JOIN chain: upapp.apisetid now directly
  joins uapi.apisetid
- Updated BufferedLLMs.get_llm() to JOIN llm_api_map for
  query_apiname/query_period/ppid fields
- Updated llmcheck.dspy and list_paging_catelog_llms.dspy to remove
  uapiset references
- Added migration script to generate llm_api_map INSERTs from existing
  llm data
2026-05-20 15:13:07 +08:00
7729d05bbf bugfix 2026-05-19 16:21:23 +08:00
fc2e5c066e bugfix 2026-05-19 16:12:54 +08:00
b60c24c9f6 bugfix 2026-05-19 16:08:34 +08:00
7c7db5bd67 bugfix 2026-05-19 15:56:35 +08:00
efee227cf1 feat: add catalog relation management entry in menu
- Add 类型关联 menu item pointing to llm_catalog_rel_manage.ui
- Allows managing LLM to catalog (type) relations from menu
2026-05-17 01:08:32 +08:00
1b74b5bf10 feat: add llm catalog (type) management module
- Add CRUD API for llmcatelog (list/create/update/delete)
- Add llmcatelog.ui as main entry for catalog management
- Add llmcatelog_list.ui as DataViewer interface
- Add index.ui as module navigation page
- Update json/llmcatelog.json with editable section
2026-05-17 00:46:31 +08:00
6cc3986a2d feat: support multi-catalog for LLMs
- Create llm_catalog_rel model for one-to-many relationship
- Remove llmcatelogid from llm model
- Update SQL queries in utils.py and dspy files to use join
- Add maintenance UI (llm_catalog_rel_manage.ui) and API endpoints
- Filter options by user's orgid
2026-05-16 21:31:19 +08:00
6a33c5e9aa bugfix 2026-05-16 15:14:31 +08:00
be7317eeb8 bugfix 2026-05-16 10:15:11 +08:00
d8146ef2eb bugfix 2026-05-14 11:53:16 +08:00
a5c459599a bugfix 2026-05-08 11:02:00 +08:00
6afbc71b13 bugfix 2026-05-08 10:54:33 +08:00
88e53c213c bugfix 2026-04-28 22:13:03 +08:00
fb9ab5f719 bugfix 2026-04-28 22:08:18 +08:00
dc7a86acf6 bugfix 2026-04-28 21:51:25 +08:00
bef6855811 bugfix 2026-04-28 21:47:03 +08:00
713ae6301a bugfix 2026-04-28 21:46:11 +08:00
4a1690ddae bugfix 2026-04-28 21:18:13 +08:00
02e5aba88d bugfix 2026-04-27 10:41:15 +08:00
ae58355175 bugfix 2026-04-24 17:07:08 +08:00
f324cbf9f7 bugfix 2026-04-23 17:43:37 +08:00
29f488b280 bugfix 2026-04-23 17:32:03 +08:00
4db100cade bugfix 2026-04-10 16:48:33 +08:00
466a90ca37 bugfix 2026-04-09 16:29:05 +08:00
e3e52b156c bugfix 2026-04-09 15:46:55 +08:00
24ca933cc4 bugfix 2026-04-08 17:28:32 +08:00
4fa220b985 bugfix 2026-04-08 17:17:16 +08:00
6179aaebaa bugfix 2026-04-08 17:14:51 +08:00
bd0cc6d5ad bugfix 2026-04-08 17:07:32 +08:00
a31f543300 bugfix 2026-04-05 16:02:45 +08:00
1cf5ca0927 bugfix 2026-04-02 16:00:20 +08:00
df3257ef14 bugfix 2026-04-02 13:34:41 +08:00
a34eb2c873 bugfix 2026-04-01 19:01:30 +08:00
19b05d5d29 bugfix 2026-04-01 18:54:10 +08:00
97c07e4183 bugfix 2026-04-01 15:25:20 +08:00
1e28ed2c98 bugfix 2026-04-01 15:24:05 +08:00
adb3d9b30d bugfix 2026-04-01 13:38:46 +08:00
2ceae51dae bugfix 2026-04-01 13:02:21 +08:00
c3d6535182 bugfix 2026-04-01 13:01:28 +08:00
25810cfb21 bugfix 2026-04-01 13:00:15 +08:00
8520ea1d75 bugfix 2026-04-01 12:58:58 +08:00
d8e086c8b1 bugfix 2026-04-01 12:57:50 +08:00
573cec3df7 bugfi 2026-04-01 10:52:59 +08:00
fa1a107b52 bugfix 2026-03-31 18:19:15 +08:00
3516b51ff8 bugfix 2026-03-31 17:27:07 +08:00
e80d9b48a9 bugfix 2026-03-31 17:18:33 +08:00