Jicheng Lu
85a87eda7a
rename
2025-07-14 12:51:59 -05:00
Jicheng Lu
a453009394
refine message states
2025-07-14 12:40:59 -05:00
Jicheng Lu
0d0d808d44
add default result
2025-07-11 11:34:43 -05:00
Jicheng Lu
2ec304b83c
refine chat stream request
2025-07-11 10:15:09 -05:00
guoqiang.yu
c80e8ca7a0
fix #1097 SqlDriver: Database type mssql is not supported
2025-07-11 12:59:09 +08:00
Visagan Guruparan
b9c7f63249
Update contextId for close browser utility.
2025-07-10 15:55:55 -05:00
Visagan Guruparan
16300b9a1d
Add hook to handle locate element for PlayWright
2025-07-10 14:22:54 -05:00
Jicheng Lu
764bbefbfa
refine chat stream with init states
2025-07-09 15:23:55 -05:00
Jicheng Lu
81bb38b9b3
refine side car
2025-07-09 11:14:47 -05:00
Jicheng Lu
ce80abb263
Merge branch 'master' of https://github.com/SciSharp/BotSharp
2025-07-09 09:56:51 -05:00
Jicheng Lu
0da486a61b
detour rate limit
2025-07-08 20:30:08 -05:00
Jicheng Lu
e8b2bffeb3
save states
2025-07-08 16:41:25 -05:00
Jicheng Lu
96b320b4dc
Merge branch 'master' of https://github.com/SciSharp/BotSharp
2025-07-08 10:39:17 -05:00
nick.yi
a5d9da92bc
Revert "Fixed an issue where response_to_user is called when the user wants to end the conversation. It should call route_to_agent with converation_end as true"
...
This reverts commit 8d5b1402d0 .
2025-07-08 23:09:22 +08:00
nick.yi
94c3a86635
optimize twilio
2025-07-08 23:03:54 +08:00
Jicheng Lu
da097de053
refine chat stream code
2025-07-08 00:16:21 -05:00
nick.yi
1e4c06e406
Merge branch 'master' of https://github.com/SciSharp/BotSharp
2025-07-08 09:23:48 +08:00
Jicheng Lu
9f7aa8f4d9
revert
2025-07-07 17:43:17 -05:00
Jicheng Lu
ef1142f62a
refine
2025-07-07 17:41:39 -05:00
Jicheng Lu
f43c32b866
revert to init
2025-07-07 17:29:25 -05:00
Jicheng Lu
df7b7bb61d
temp revert
2025-07-07 17:11:18 -05:00
Jicheng Lu
3968463a7e
refine side car states
2025-07-07 12:24:44 -05:00
Jicheng Lu
7b64416c9b
fix realtime toolcall
2025-07-03 12:09:10 -05:00
nick.yi
4509b55aca
Merge branch 'master' of https://github.com/SciSharp/BotSharp
2025-07-03 11:45:21 +08:00
Haiping
3bef027b22
Allow engineer role to edit knowledgebase
2025-06-30 10:10:40 -05:00
iceljc
b5c77183a1
Merge pull request #1082 from iceljc/bugfix/mountaindew/fix-fork-conversation-twilio
...
fix fork conversation
2025-06-27 11:32:13 -05:00
Haiping Chen
f11790ed10
Added conversation_end to response_to_user
2025-06-27 08:28:22 -05:00
nick.yi
8d5b1402d0
Fixed an issue where response_to_user is called when the user wants to end the conversation. It should call route_to_agent with converation_end as true
2025-06-27 14:13:53 +08:00
Jicheng Lu
8d33c3619c
prevent disposed service provider
2025-06-18 20:55:23 -05:00
Jicheng Lu
3458e9f70f
refine valid condition
2025-06-18 15:17:57 -05:00
Jicheng Lu
796388a8fc
refine side car
2025-06-18 15:03:16 -05:00
Jicheng Lu
ef95e640ac
refine sidecar
2025-06-18 14:52:42 -05:00
Jicheng Lu
333d8a7302
fix
2025-06-18 14:29:25 -05:00
nick.yi
4880de7a26
Adding message context to Error
2025-06-18 08:53:22 +08:00
nick.yi
bb0be151c3
1.IgnoreIfNotFound defaults to true
...
2.Fix the incomplete log issue
2025-06-17 15:52:04 +08:00
nick.yi
cbac4627c3
modify LocateElement logger level
2025-06-17 11:19:43 +08:00
Visagan Guruparan
351d65bd6d
clean code
2025-06-13 11:13:21 -05:00
Visagan Guruparan
a581091248
Update webdriver upload files method
2025-06-13 11:08:53 -05:00
Jack
5a70327254
fix new user login error
2025-06-13 10:03:51 +08:00
Jicheng Lu
fa146fd517
fix user permission
2025-06-12 17:12:53 -05:00
Haiping
36c568efac
Allow router to load utility
2025-06-12 14:11:39 -05:00
Haiping
f6ce283b9b
Merge pull request #1074 from Joannall/master
...
Refactor SQL Driver Plugin and Update Database Handling
2025-06-11 08:59:28 -05:00
Haiping
6f0754c143
Merge pull request #1073 from visagang/features/vguruparan
...
Update locating element log level to warning
2025-06-11 08:58:41 -05:00
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
Visagan Guruparan
c386fb48bd
Update locating element log level to warning
2025-06-10 11:16:33 -05:00
Jicheng Lu
0c820aac8e
sync with ui
2025-06-06 13:16:30 -05:00
Jicheng Lu
ef5f196927
add agent utility description
2025-06-04 22:15:07 -05:00
Jicheng Lu
49201c41f1
Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/refine-file-instruct
2025-06-04 14:09:06 -05:00
nick.yi
a86a966bf3
hotfix summary
2025-06-03 11:44:14 +08:00
Jicheng Lu
02839c643d
add mission category
2025-05-29 15:21:51 -05:00