This is an automated email from the ASF dual-hosted git repository.

liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 1968aded21 [fix] fix h2 ai proxy sql lack of selector handle (#6025)
1968aded21 is described below

commit 1968aded218d61b0627cc083e3bf996ce0913411
Author: LingXiao Qi <148341767+fantasy-lo...@users.noreply.github.com>
AuthorDate: Sat May 17 18:24:27 2025 +0800

    [fix] fix h2 ai proxy sql lack of selector handle (#6025)
---
 shenyu-admin/src/main/resources/sql-script/h2/schema.sql | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/shenyu-admin/src/main/resources/sql-script/h2/schema.sql 
b/shenyu-admin/src/main/resources/sql-script/h2/schema.sql
index 4de6c0a9ca..001063092d 100644
--- a/shenyu-admin/src/main/resources/sql-script/h2/schema.sql
+++ b/shenyu-admin/src/main/resources/sql-script/h2/schema.sql
@@ -952,6 +952,15 @@ INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,
 INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507039', '50', 'stream', 'stream', 3, 3, 7, 
'{"defaultValue":"false","rule":""}');
 INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507040', '50', 'prompt', 'prompt', 2, 3, 8, 
'{"required":"0","rule":""}');
 
+INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507041', '50', 'provider', 'provider', 3, 1, 0, 
'{"required":"0","defaultValue":"OpenAI","placeholder":"provider","rule":""}');
+INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507042', '50', 'baseUrl', 'baseUrl', 2, 1, 1, 
'{"required":"0","rule":""}');
+INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507042', '50', 'model', 'model', 2, 1, 2, 
'{"required":"0","rule":""}');
+INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507044', '50', 'apiKey', 'apiKey', 2, 1, 3, 
'{"required":"0","rule":""}');
+INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507045', '50', 'temperature', 'temperature', 2, 1, 4, 
'{"required":"0","rule":"", "placeholder":"optional,0,0.01~1"}');
+INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507046', '50', 'maxTokens', 'maxTokens', 2, 1, 5, 
'{"required":"0","rule":""}');
+INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507047', '50', 'stream', 'stream', 3, 1, 6, 
'{"defaultValue":"false","rule":""}');
+INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507048', '50', 'prompt', 'prompt', 2, 1, 7, 
'{"required":"0","rule":""}');
+
 INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507140', '52', 'prepend', 'prepend', 2, 3, 1, 
'{"required":"0","rule":""}');
 INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507141', '52', 'preRole', 'preRole', 3, 3, 2, 
'{"required":"0","rule":""}');
 INSERT IGNORE INTO plugin_handle (`id`, 
`plugin_id`,`field`,`label`,`data_type`,`type`,`sort`,`ext_obj`) VALUES 
('1722804548510507142', '52', 'append', 'append', 2, 3, 3, 
'{"required":"0","rule":""}');

Reply via email to