Joanna Ren
b557342bb1
Refactor SQL Driver Plugin and Update Database Handling
...
- Added a new folder for helpers in the project file.
- Removed the `SqlDriverHelper` class and its `GetDatabaseType` method.
- Updated `SqlDriverAgentHook` to retrieve database type directly from `SqlStatement`.
- Enhanced `SqlStatement` with new properties: `DBProvider`, `Schema`, and `Tables`.
- Removed registration of `SqlDriverAgentHook` in `SqlDriverPlugin`.
- Cleaned up global using directives by removing `Helpers`.
- Modified `GetTableDefinitionFn` to accept a schema parameter for Redshift queries.
- Updated `SqlSelect` to use `DBProvider` from `SqlStatement`.
- Revised JSON schema definitions to require `db_provider` and `schema`.
- Clarified Liquid template instructions for database connections and SQL execution.
- Streamlined rules for calling `util-db-verify_dictionary_term`.
2025-06-10 16:55:33 -05:00
易磊
4977cc76fc
Merge pull request #1072 from yileicn/master
...
hotfix summary
2025-06-03 13:54:32 +08:00
nick.yi
a86a966bf3
hotfix summary
2025-06-03 11:44:14 +08:00
iceljc
73934bf2b3
Merge pull request #1071 from iceljc/features/add-utility-visibility
...
add mission category
2025-05-29 15:23:29 -05:00
Jicheng Lu
02839c643d
add mission category
2025-05-29 15:21:51 -05:00
Haiping
565f289702
Merge pull request #1066 from iceljc/features/add-utility-visibility
...
add utility visibility expression
2025-05-29 13:15:35 -05:00
Haiping Chen
854e6bf11d
OnTicketReceivedContext
2025-05-29 05:39:07 -05:00
Haiping
365c1db383
Update Directory.Packages.props
2025-05-29 05:04:20 -05:00
易磊
31bdd8f847
Merge pull request #1070 from yileicn/master
...
optimize summary
2025-05-29 15:30:01 +08:00
nick.yi
5bfb8f8734
optimize summary
2025-05-29 15:14:44 +08:00
易磊
c8149b63e2
Merge pull request #1069 from yileicn/master
...
hotfix AddDefaultInstruction
2025-05-29 10:42:14 +08:00
nick.yi
d222a120ac
hotfix AddDefaultInstruction
2025-05-29 10:33:22 +08:00
Jicheng Lu
e2f2d0a0da
Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/add-utility-visibility
2025-05-28 20:43:00 -05:00
Haiping
82affd8bb9
Merge pull request #1067 from yileicn/master
...
hotfix agent instruction cache question
2025-05-28 20:10:41 -05:00
Jicheng Lu
3bb50a6350
nullable
2025-05-28 18:00:11 -05:00
Jicheng Lu
a33d43c902
minor change
2025-05-28 17:15:37 -05:00
Jicheng Lu
1d0284eef4
minor change
2025-05-28 16:53:45 -05:00
Jicheng Lu
1792da38ef
refine utility structure
2025-05-28 16:16:48 -05:00
Jicheng Lu
db542b7e90
Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/add-utility-visibility
2025-05-28 13:29:04 -05:00
nick.yi
57f25f3c82
hotfix agent instruction cache question
2025-05-28 17:50:07 +08:00
Jicheng Lu
59eb471dee
minor change
2025-05-27 15:26:11 -05:00
Jicheng Lu
28d4f4e9ba
add utility visibility expression
2025-05-27 15:23:37 -05:00
Haiping
53bf0fee19
Merge pull request #1065 from yileicn/master
...
optimize CheckArgType
2025-05-27 13:28:40 -05:00
nick.yi
ced3883c44
optimize CheckArgType
2025-05-27 23:08:28 +08:00
Haiping
1672374e48
Merge pull request #1064 from iceljc/test/google-realtime
...
add gemini file content
2025-05-27 09:40:05 -05:00
Haiping
f5c5f8ee35
Merge pull request #1063 from yileicn/master
...
Fix IndexOutOfRangeException caused by CheckArgType concurrency
2025-05-27 09:38:58 -05:00
Jicheng Lu
c79e35b653
use model id
2025-05-26 00:28:50 -05:00
Jicheng Lu
b6e6de591f
add gemini file content
2025-05-26 00:23:31 -05:00
nick.yi
c3332dda0e
Fix IndexOutOfRangeException caused by CheckArgType concurrency
2025-05-25 11:32:17 +08:00
Haiping
ca36b140c6
Fix CheckArgType null
2025-05-24 16:30:14 -05:00
Haiping
bc72d661c8
Merge pull request #1062 from iceljc/test/google-realtime
...
refine http headers
2025-05-23 11:22:41 -05:00
Jicheng Lu
ae12a2e92b
refine http headers
2025-05-23 10:41:56 -05:00
Haiping
3dfb921126
Merge pull request #1060 from iceljc/test/google-realtime
...
add session reconnect
2025-05-22 17:08:12 -05:00
Jicheng Lu
ba0b486d5a
minor change
2025-05-22 16:57:27 -05:00
Jicheng Lu
b52c240593
fix user update
2025-05-22 16:10:09 -05:00
Jicheng Lu
6def003141
trigger agent instruction logging in realtime
2025-05-22 14:59:35 -05:00
Jicheng Lu
1cd8ab9b03
minor change
2025-05-22 14:02:39 -05:00
Jicheng Lu
2bf15f5078
refine routing mode
2025-05-22 13:58:42 -05:00
Jicheng Lu
069170a01c
add agent mode
2025-05-21 17:34:38 -05:00
Jicheng Lu
6649e529cc
Merge branch 'master' of https://github.com/SciSharp/BotSharp into test/google-realtime
2025-05-21 15:58:10 -05:00
Jicheng Lu
cc01cafb1f
fix console log
2025-05-20 13:20:13 -05:00
Jicheng Lu
aab468f410
add session logging and crontab settings
2025-05-20 10:59:42 -05:00
易磊
2ff2c30657
Merge pull request #1061 from Lessen-LLC/Production
2025-05-20 09:27:38 +08:00
易磊
73a4076cd0
Merge branch 'master' into Production
2025-05-20 09:25:54 +08:00
nick.yi
23c02eb9ed
Revert "debug - disable ValidateRequest"
...
This reverts commit 5dd6fba458 .
2025-05-20 09:22:36 +08:00
Jicheng Lu
73c2e9c72e
minor refine
2025-05-19 15:44:20 -05:00
Jicheng Lu
b0b6c4b651
remove comments
2025-05-19 15:02:28 -05:00
Jicheng Lu
a6e9f1de5a
Merge branch 'master' of https://github.com/SciSharp/BotSharp into test/google-realtime
2025-05-19 14:54:58 -05:00
Jicheng Lu
82b831d406
add session reconnect
2025-05-19 14:54:40 -05:00
Haiping
92542d0df7
Merge pull request #1059 from stephentoub/updatemeai
...
Update to Microsoft.Extensions.AI stable release
2025-05-19 10:01:34 -05:00