Merge pull request #3060 from xinnan-tech/py_test_end

Py test end
This commit is contained in:
wengzh
2026-04-03 17:31:56 +08:00
committed by GitHub
14 changed files with 84 additions and 25 deletions
@@ -0,0 +1 @@
INSERT INTO `sys_params` (id, param_code, param_value, value_type, param_type, remark) VALUES (312, 'tool_call_timeout', '30', 'number', 1, '工具调用超时时间(秒)');
@@ -592,4 +592,10 @@ databaseChangeLog:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202604010930.sql
- changeSet:
id: 202604011035
author: RanChen
changes:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202604011035.sql