Commit graph

1287 commits

Author SHA1 Message Date
Haiping c06b0144c9
Merge branch 'SciSharp:master' into master 2024-10-27 08:04:27 -05:00
Haiping e3da73b417
Merge pull request #698 from yileicn/master
Add a ChannelId column to the ConversationDocument
2024-10-24 21:23:09 -05:00
易磊 127f501771
conversation add channelId field 2024-10-25 10:12:59 +08:00
AnonymousDotNet 054d64a48f Merge branch 'master' into lida_Dev 2024-10-23 16:14:45 +08:00
AnonymousDotNet 0fbe0e6f0c feat: add RegionCode by UserIdentity. 2024-10-23 14:57:57 +08:00
Jicheng Lu f5cd18d489 add default 2024-10-22 12:30:53 -05:00
Haiping 5b0e30957a
Merge branch 'SciSharp:master' into master 2024-10-22 11:44:52 +00:00
Haiping Chen 108be726de Rollback GetConversationContent. 2024-10-22 06:43:40 -05:00
Haiping 0de6d7eb2e
Merge branch 'SciSharp:master' into master 2024-10-22 11:34:38 +00:00
Haiping Chen dd82952b0e Rollback message payload change 2024-10-22 06:31:21 -05:00
AnonymousDotNet 0f930b4c46 fix: update ModifyUserPhone API 2024-10-22 18:56:00 +08:00
AnonymousDotNet 4b2a94a539 fix: add regionCode for ModifyUserPhone API 2024-10-22 18:43:34 +08:00
AnonymousDotNet 0ed663ea76 Merge branch 'lida_Dev' of https://github.com/AnonymousDotNet/BotSharp into lida_Dev 2024-10-22 09:34:28 +08:00
易磊 ad0b6bb6f4
optimize tags init 2024-10-22 09:19:27 +08:00
易磊 15ce459971
Add a CallingPhone column to the ConversationDocument 2024-10-22 09:05:56 +08:00
Haiping Chen f5d153f7d5 add redis cache folder 2024-10-21 14:46:09 -05:00
Haiping Chen 41709c95dd Fix compile issue. 2024-10-21 11:29:04 -05:00
Haiping 3b71e16e0d
Merge pull request #28 from Qtoss-AI/jason_dev
Jason dev
2024-10-21 16:04:01 +00:00
Haiping e2e99b3819
Merge branch 'SciSharp:master' into master 2024-10-21 16:02:14 +00:00
AnonymousDotNet 3e1fd96ef8 fix: Update CreateUser API 2024-10-21 19:59:05 +08:00
易磊 d591241efb
support assistant message playload
Assign payload when invoking function
2024-10-21 17:05:36 +08:00
jason.wang a16b1e4358 fix issue by self test 2024-10-20 13:02:13 +08:00
Haiping Chen bf84d4a87a UserAuthenticated 2024-10-19 10:06:24 -05:00
jason.wang b4800efb6d add affiliate employee 2024-10-19 17:16:55 +08:00
iceljc 8e678340a1
Merge pull request #696 from iceljc/features/add-conv-tags
add tags
2024-10-18 15:51:01 -05:00
Jicheng Lu d84c8995d1 add tags 2024-10-18 15:50:39 -05:00
Haiping 0b4289b3b0
Merge pull request #692 from yileicn/OptimizeAssistantPlayload
support assistant message payload
2024-10-18 12:04:58 -05:00
Jicheng Lu 99192c8eac fix routing context 2024-10-18 10:58:22 -05:00
易磊 7db73c19e2
optimize assistant message payload 2024-10-18 23:04:33 +08:00
Jicheng Lu 84d43c1907 minor fix 2024-10-17 19:18:40 -05:00
Jicheng Lu e62a38eb5b add instruct 2024-10-17 18:17:38 -05:00
Haiping 927dd471af
Merge pull request #684 from Joannall/master
Add attachment example and refine dictionary lookup
2024-10-14 17:46:04 -05:00
Haiping 54b1a8a32e
Merge branch 'SciSharp:master' into master 2024-10-14 17:43:56 -05:00
Joanna Ren 7ef31fcd9e Update knowledge generator 2024-10-14 17:25:55 -05:00
dependabot[bot] 60190db478
Bump Microsoft.Extensions.Caching.Memory
Bumps [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 20:54:45 +00:00
Haiping Chen 8111f76584 avoid duplicate user 2024-10-14 08:09:06 -05:00
Haiping Chen 263462302a Add UserUpdating hook 2024-10-13 18:24:36 -05:00
Haiping Chen c84d7288c0 UserLanguage not null 2024-10-13 18:11:40 -05:00
Haiping Chen 1c53cb605e Fix OnPlanningCompleted hook 2024-10-12 09:58:42 -05:00
AnonymousDotNet e8bff9ce2e fix: 修复创建用户时判空BUG。 2024-10-12 21:52:33 +08:00
YouWeiDH ce5e6f8a9d hdong: Fix insert phone null issues. 2024-10-12 20:20:50 +08:00
YouWeiDH c72ea4af2f hdong: Fix to avoid Email/Phone duplicate when user register again.(check first:phone, then email, then userName) 2024-10-12 15:13:46 +08:00
YouWeiDH 312c58fd3e Merge branch 'master' into hdongDev 2024-10-12 10:26:51 +08:00
YouWeiDH 7e923d16c2 hdong:fix some bug for register again when fail. 2024-10-12 10:25:17 +08:00
Haiping 6ae74a4dc8
Merge branch 'SciSharp:master' into master 2024-10-11 20:19:37 -05:00
iceljc e0ceec0f4e
Merge pull request #681 from iceljc/features/add-update-message
add message update
2024-10-11 15:08:23 -05:00
Jicheng Lu dc89b950c8 add message update 2024-10-11 15:07:41 -05:00
Haiping c95ac8b935
Merge branch 'SciSharp:master' into master 2024-10-11 15:07:38 -05:00
Haiping d9125f2c37
Merge pull request #680 from Joannall/master
Add Refined Knowledge memorize and search. Update Planner terms
2024-10-11 09:49:02 -05:00
Haiping 76a30c4fdd
Merge pull request #21 from Qtoss-AI/hdongDev
hdong: When use verify fail, they need to re-register again.
2024-10-11 08:49:08 -05:00
YouWeiDH 878618c926 hdong: When use verify fail, they need to re-register again. 2024-10-11 19:58:54 +08:00
AnonymousDotNet 0c7a59b8b2 Merge branch 'master' into lida_dev 2024-10-11 14:32:09 +08:00
AnonymousDotNet 836fa0e723 fix: Error caused by not including prefix when modifying user's mobile number. 2024-10-11 14:31:54 +08:00
Haiping 7e6ef34854
Merge branch 'SciSharp:master' into master 2024-10-10 21:23:29 -05:00
Haiping Chen 730cc8b143 Translate 2024-10-10 19:32:22 -05:00
Jicheng Lu 76aa397e99 add processor 2024-10-10 12:55:44 -05:00
Joanna Ren 3d99747cf3 Add Refined Knowledge memorize and search. Update Planner terms 2024-10-10 09:59:42 -05:00
Haiping 7033ec2484
Merge branch 'SciSharp:master' into master 2024-10-07 17:15:06 -05:00
Jicheng Lu 3271ce65f7 change param name 2024-10-07 16:42:20 -05:00
Jicheng Lu 1fcd93fd01 add notification and message type 2024-10-07 16:35:39 -05:00
YouWeiDH 23d0d5a763 hdong: Add send verify code API with none login and login when reset password. 2024-10-06 17:49:34 +08:00
Haiping Chen 89205bd169 Sync with upstream 2024-10-01 21:34:23 -05:00
Haiping Chen 06d0b398fc reload agent in case it has been changed by hook 2024-09-30 15:33:14 -05:00
AnonymousDotNet 8e060c9ca2 feat: add del user api 2024-09-29 19:26:17 +08:00
Haiping Chen 08d1a40916 AI搜索都基于商品来展开。 2024-09-27 21:05:30 -05:00
Haiping Chen ebeccad542 Add RemoveAsync cache 2024-09-26 17:22:06 -05:00
jason.wang 60275e02ae Merge remote-tracking branch 'origin/master' into jason_dev 2024-09-25 22:13:28 +08:00
jason.wang a38c27718a fix get affiliate token user issue 2024-09-25 22:09:43 +08:00
Haiping 6e611b7126
Merge pull request #14 from Qtoss-AI/jason_dev
Jason dev
2024-09-24 21:23:52 -05:00
Jicheng Lu acf0e9fee9 add collection exist 2024-09-24 15:34:47 -05:00
jason.wang 515783e21d Merge remote-tracking branch 'origin/master' into jason_dev 2024-09-24 15:09:18 +08:00
jason.wang 3f24bdd0f2 add affiliateId claim & add redis expire 2024-09-24 15:05:24 +08:00
Haiping Chen b76f9bb979 add question to GetRelevantKnowledges. 2024-09-23 14:31:47 -05:00
Haiping fe2d6f37af
Merge pull request #13 from Qtoss-AI/jason_dev
Jason dev
2024-09-21 15:48:31 -05:00
jason.wang 86289b0f41 update IsDisable => IsDisabled 2024-09-21 23:00:20 +08:00
Haiping Chen ecdcb2a7c7 Add ProductCount to VideoStats 2024-09-21 08:47:52 -05:00
jason.wang d85e16dc81 add affiliate token api 2024-09-21 15:12:08 +08:00
Haiping d8cd0d7339
Merge branch 'SciSharp:master' into master 2024-09-20 21:12:57 -05:00
Jicheng Lu e760bd1968 refine knowledge doc filter 2024-09-20 13:42:08 -05:00
AnonymousDotNet d31605f988 Merge branch 'master' into lida_dev 2024-09-20 16:19:23 +08:00
AnonymousDotNet 1ff151d036 fix: phone is empty judgment 2024-09-20 16:16:50 +08:00
jason.wang 47520736ba add client & affiliate token 2024-09-20 15:48:34 +08:00
Haiping Chen a9abc96cc8 Add user role 2024-09-19 13:29:42 -05:00
Jicheng Lu 8c3f678ea5 refine knowledge doc 2024-09-19 11:43:49 -05:00
jason.wang cadec5c2a7 merge by master 2024-09-19 08:57:01 +08:00
Haiping a12685213f
Merge pull request #11 from AnonymousDotNet/lida_dev
Add update password API
2024-09-18 19:51:40 -05:00
Haiping Chen 5fceb2cd4f Add UserType. 2024-09-18 19:49:32 -05:00
hchen2020 a3856f6367
Merge branch 'SciSharp:master' into master 2024-09-18 14:10:31 -05:00
Haiping Chen 175d61cd1e Skip if agent if null 2024-09-18 14:09:04 -05:00
Jicheng Lu 86d380b13d Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/add-knowledge-docs 2024-09-18 10:35:46 -05:00
Jicheng Lu 4241263908 refine doc ref data 2024-09-18 10:35:28 -05:00
AnonymousDotNet bad946b073 Merge branch 'master' into lida_dev 2024-09-18 17:55:36 +08:00
AnonymousDotNet 81dfb1f84a Handle verification code sent by logged in users 2024-09-18 17:55:20 +08:00
AnonymousDotNet 0d473168fd Modify update password API 2024-09-18 15:38:44 +08:00
Haiping Chen 6dfdda7434 resolve conflict 2024-09-17 23:50:27 -05:00
Jicheng Lu 16904e092c refine knowledge doc 2024-09-17 12:50:39 -05:00
AnonymousDotNet b89d88ffb2 Add update password API 2024-09-17 18:31:38 +08:00
jason.wang 52ebde8668 fix issue-273 2024-09-17 17:39:34 +08:00
Haiping 8cb97af629
Merge branch 'SciSharp:master' into master 2024-09-16 17:34:54 -05:00
Jicheng Lu cd5456af79 fix welcome message 2024-09-16 17:04:08 -05:00
Haiping 3ecb659179
Merge branch 'SciSharp:master' into master 2024-09-13 20:07:05 -05:00
Jicheng Lu 113340e073 refine knowledge doc
1. move doc meta to db.
2. add doc source and vector data source
2024-09-13 17:23:05 -05:00
Haiping e968627f9b
Merge pull request #638 from yileicn/master
optimize indication
2024-09-13 12:35:03 -05:00
LAPTOP-3CFGGVOS\rabbit 829d0c6e4e optimize indication 2024-09-13 20:21:03 +08:00
Jicheng Lu 418a240a90 fix read knowledge doc 2024-09-12 11:51:23 -05:00
LAPTOP-3CFGGVOS\rabbit 3f8e506ec7 optimize conversation Progeess, hotfix invoke function progress question 2024-09-12 18:49:45 +08:00
Jicheng Lu b8f013aad2 use binary data 2024-09-11 20:03:54 -05:00
Jicheng Lu 1fcb25a8f7 Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/add-knowledge-docs 2024-09-11 15:49:21 -05:00
Jicheng Lu 39571b2f9b chop text 2024-09-11 15:48:05 -05:00
Haiping Chen 6a88dbf55d Remove complile switch 2024-09-11 14:15:59 -05:00
Haiping Chen 35e322c336 SQL Driver 2024-09-10 17:12:17 -05:00
Jicheng Lu 0cebb56a3e add file binary data 2024-09-10 15:07:56 -05:00
Jicheng Lu 2a3bea2cea add knowledge file list 2024-09-10 14:33:42 -05:00
Jicheng Lu 4cdb1981ab sync file and vector 2024-09-10 14:02:25 -05:00
Jicheng Lu 16c50075ee add upload vector knowledge files 2024-09-09 17:42:09 -05:00
Haiping 8bdaef5cf8
Merge branch 'SciSharp:master' into master 2024-09-09 17:00:38 -05:00
Jicheng Lu c3e048d1a7 Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/add-knowledge-docs 2024-09-09 14:16:54 -05:00
Jicheng Lu 0cbe98693f refine collection 2024-09-09 14:16:09 -05:00
Jicheng Lu 29af7cdea0 add exclude agent ids 2024-09-09 12:26:26 -05:00
Jicheng Lu 1c0818b11e add mongo 2024-09-09 12:05:11 -05:00
Jicheng Lu b1946256a1 move vector collection to db 2024-09-09 11:32:31 -05:00
Haiping a36a4a763d
Merge branch 'SciSharp:master' into master 2024-09-07 09:57:36 -05:00
Haiping 9fad17fc26
Merge pull request #9 from AnonymousDotNet/lida_dev
修改手机号和邮箱忘记密码接口和发送验证码接口逻辑
2024-09-06 23:04:20 -05:00
Haiping Chen 0f91ae168d MemoryCache 2024-09-06 15:41:22 -05:00
AnonymousDotNet ce6595b72a Merge branch 'master' into lida_dev 2024-09-06 18:16:16 +08:00
AnonymousDotNet de3cba3e59 修改手机号和邮箱忘记密码接口和发送验证码接口逻辑 2024-09-06 18:15:58 +08:00
Haiping Chen 10e626ab8a clean code 2024-09-05 14:11:05 -05:00
Jicheng Lu c7365c3ca4 refine file dir 2024-09-05 11:51:43 -05:00
Jicheng Lu b9a06bd6ba relocate 2024-09-05 10:34:35 -05:00
Haiping Chen afdd9d7483 Move KnowledgeService register to KnowledgebasePlugin 2024-09-05 06:39:26 -05:00
Jicheng Lu ddd1d0a28e Merge branch 'features/refine-audio-handler' of https://github.com/iceljc/BotSharp into features/refine-audio-handler 2024-09-04 10:16:25 -05:00
Jicheng Lu 1d704051bd Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/refine-audio-handler 2024-09-04 10:11:36 -05:00
Haiping Chen 4f6fed56d8 Fix router history dialogs. 2024-09-04 10:01:40 -05:00
Jicheng Lu 32c99dee5f relocate 2024-09-03 22:13:25 -05:00
Jicheng Lu 1424e14de4 Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/refine-audio-handler 2024-09-02 19:46:07 -05:00
Jicheng Lu 2ea8ddfe19 relocate 2024-09-01 00:15:13 -05:00
Haiping Chen e369e1f32f Resolve conflict 2024-08-31 07:04:54 -05:00
Jicheng Lu 48be12a920 relocate text chopper 2024-08-31 01:05:53 -05:00
Jicheng Lu 495ac9949c relocate knowledge service 2024-08-31 00:57:49 -05:00
Jicheng Lu f38fdf7497 update settings 2024-08-30 19:31:18 -05:00
Jicheng Lu 4102f6fa1f refine planner 2024-08-30 16:12:20 -05:00
Jicheng Lu 11c9b606a2 resolve conflict 2024-08-30 11:29:13 -05:00
Haiping Chen 878ffde281 adjust two stage planner. 2024-08-29 16:33:32 -05:00
Jicheng Lu 8674ac9830 refine speech storage 2024-08-28 15:34:41 -05:00
Jicheng Lu 45997ccfaf Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/refine-audio-handler 2024-08-28 11:08:19 -05:00
Jicheng Lu 35eb7dabd6 refine api 2024-08-28 11:08:12 -05:00
Jicheng Lu 1ace4e44ab refine file models 2024-08-27 12:12:17 -05:00
Haiping Chen 8fa9e89c8a restore route to agent. 2024-08-26 21:46:48 -05:00
Haiping Chen ceb74f1eb7 swithc to gpt-4o-mini by default 2024-08-26 17:57:17 -05:00
Jicheng Lu 96b891897c add instruct api and clean code 2024-08-26 17:24:07 -05:00
Haiping Chen 8bbe78e7f5 Reset page after crawling. 2024-08-26 15:19:00 -05:00
Haiping Chen 7527f783d8 Remove LastSoldCount, Add LastIncreSoldCount. https://github.com/Qtoss-AI/QtossTransformer/pull/11 2024-08-25 08:44:02 -05:00
Haiping e579dabb13
Merge pull request #8 from AnonymousDotNet/lida_dev
JwtRegisteredLaimNames.Email null exception
2024-08-24 05:56:15 -05:00
AnonymousDotNet 1869657b2f JwtRegisteredLaimNames.Email null exception 2024-08-24 17:21:05 +08:00
Haiping Chen 3eddcb9973 RunCrawlingTaskById 2024-08-23 14:02:03 -05:00
Jicheng Lu 65361327d5 Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/add-embedding-dim-setting 2024-08-23 10:30:45 -05:00
Haiping Chen 22fa6e4f68 default as route_to_agent 2024-08-23 10:16:37 -05:00
Haiping Chen 13e9ef0067 fix python settings. 2024-08-23 10:15:58 -05:00
Haiping 7ec7c67607
Merge branch 'SciSharp:master' into master 2024-08-22 20:14:22 -05:00
Haiping Chen dfd0507609 Merge branch 'master' of https://github.com/Qtoss-AI/BotSharp 2024-08-22 20:13:50 -05:00
Haiping Chen 563b983985 Add cache prefix. 2024-08-22 20:13:43 -05:00
Jicheng Lu fff9438294 refine knowledge settings 2024-08-22 15:23:22 -05:00
Haiping 1d9ef81008
Merge branch 'SciSharp:master' into master 2024-08-22 11:04:16 -05:00
Joannall 1925f21c16
Merge branch 'SciSharp:master' into master 2024-08-22 10:18:12 -05:00
Joanna Ren 820adcd067 update two stage planner 2024-08-22 10:15:05 -05:00
Haiping 83a8a82493
Merge pull request #571 from evan-cao-wb/features/add-audio-handler
add document
2024-08-22 09:50:32 -05:00
Haiping Chen 7b9572625c ICacheService, SharpCache 2024-08-22 06:54:50 -05:00
Gil Zhang f2e021ffd9 conversation add title keyword query 2024-08-22 12:09:53 +08:00
Haiping Chen ff01d149b0 Set ConnectionMultiplexer as static 2024-08-21 14:48:12 -05:00
Haiping Chen 3bce2c5a59 Claim 1 Redis connection only 2024-08-21 13:41:52 -05:00
Haiping Chen 5b1a9d913e Lock sync 2024-08-21 11:23:24 -05:00
Haiping Chen be83f2071e fix locker timeout issue. 2024-08-21 10:26:36 -05:00
Wenbo Cao 720271d2b1 Add openai online whisper 2024-08-16 22:39:32 -05:00
Wenbo Cao 9b6da9cc1c Merge branch 'master' into features/add-audio-handler 2024-08-15 13:47:24 -05:00
Haiping 081b20c62c
Merge pull request #593 from seplz/update/twilioPlugin
update twilioPlugin
2024-08-15 06:42:03 -05:00
Jicheng Lu 548cd558c0 add default collection 2024-08-14 16:56:32 -05:00
Bo Yin 694fcbfcae update twilioPlugin 2024-08-14 16:44:47 -05:00
Jicheng Lu d631c3cf8f add channels in function def 2024-08-13 17:37:47 -05:00
Jicheng Lu 81f2b32761 rename 2024-08-13 17:16:55 -05:00
Jicheng Lu 16795a13fd relocate instructions 2024-08-13 16:54:32 -05:00
Jicheng Lu 8b86ea50d0 add agent channel instructions 2024-08-13 16:36:12 -05:00
Jicheng Lu f2c1777ea9 add knowledge collections 2024-08-13 13:26:57 -05:00
Wenbo Cao 5c246e64e8 solve conflicts 2024-08-11 11:26:57 -05:00
Haiping 0d1b4a283a
Merge branch 'SciSharp:master' into master 2024-08-11 09:06:11 -05:00
Jicheng Lu bb6fd363c3 resolve conflict 2024-08-09 17:39:54 -05:00
Bo Yin de44da5425 draft 2024-08-09 16:22:44 -05:00
Bo Yin 23f547ab85 initial 2024-08-09 16:22:29 -05:00
Jicheng Lu 280b1bcd2a refine file settings and knowledge service 2024-08-09 16:03:29 -05:00
Haiping Chen e2c73cbbc5 Add JWT ExpireInMinutes 2024-08-08 22:44:46 -05:00
Jicheng Lu 5eb241d26b merge message files 2024-08-08 14:54:12 -05:00
Jicheng Lu 3b606974f0 refine screenshots 2024-08-08 13:50:45 -05:00
Jicheng Lu 1abf3f4aae change param name 2024-08-08 13:37:07 -05:00
Jicheng Lu 32e1da62c0 add get message file screenshots 2024-08-08 13:34:50 -05:00
Jicheng Lu 7a3dcc77a5 get file bytes 2024-08-08 00:51:15 -05:00
Jicheng Lu aa324bc3bf fix setting 2024-08-07 22:00:18 -05:00
Jicheng Lu be260034bd rename 2024-08-07 21:10:45 -05:00
Jicheng Lu 1ecec6b21a rename to file storage service 2024-08-07 20:56:29 -05:00
Haiping 2f04e2c1dd
Merge branch 'SciSharp:master' into master 2024-08-07 19:50:28 -05:00
Jicheng Lu ef0468e213 use select file option 2024-08-07 19:26:22 -05:00
Jicheng Lu c9a1761228 change param name 2024-08-07 17:53:58 -05:00
Jicheng Lu 2a10294d70 clean file select prompt 2024-08-07 17:40:39 -05:00
Jicheng Lu 0d8532c3c7 minor change 2024-08-07 17:14:56 -05:00
Jicheng Lu ec5535c72d split file service 2024-08-07 16:56:57 -05:00
Haiping 38b50a3ac7
Merge pull request #573 from yileicn/master
optimize paramter type check
2024-08-07 09:13:42 -05:00
AnonymousDotNet ae1faaf2f4 Add User Phone Attribute 2024-08-06 18:50:40 +08:00
Haiping ea441c75e8
Fix conversation_end 2024-08-05 16:32:22 -05:00
Jicheng Lu b1ea7fdbbc use 4o-mini 2024-08-05 14:25:37 -05:00
AnonymousDotNet 79fa124fa1 Add User Phone 2024-08-05 19:12:38 +08:00
Haiping Chen f1e8ceefca Remove Selenium 2024-08-04 17:48:52 -05:00
LAPTOP-3CFGGVOS\rabbit fb9ad1b7d0 optimize paramter type check 2024-08-04 23:01:08 +08:00
Haiping Chen feb0a04571 Add WaitTime to ElementActionArgs 2024-08-01 13:18:34 -05:00
Gil Zhang a283abb869 Adjust file storage hard-coded logic. 2024-07-31 00:32:21 +08:00
Gil Zhang de3f8dee6d feat: add filestorage 2024-07-31 00:24:31 +08:00
Gil Zhang 8dcb54076e fix:Update Fluid version and fix summary template parsing error bug. 2024-07-31 00:16:08 +08:00
hchen2020 da4d811a54
Merge branch 'SciSharp:master' into master 2024-07-29 10:54:23 -05:00
Haiping Chen 76d5dcb82f Fix user_name. 2024-07-26 22:38:28 -05:00
C. Oceania 3aa151240c
Merge branch 'SciSharp:master' into master 2024-07-26 07:23:59 -05:00
Haiping Chen 58fb290fc9 TwostagePlanner practice 2024-07-25 17:11:51 -05:00
geffzhang a0a07bac2d BuiltInAgentId.AIAssistant 2024-07-25 09:24:14 +08:00
YouWeiDH 624b84dc93 hdong:Add API to modify user Email and Phone. 2024-07-24 18:49:54 +08:00
C. Oceania da5220bac2
Merge branch 'SciSharp:master' into master 2024-07-22 15:46:59 -05:00
Haiping Chen 0abaa2df94 Upgrade EntityFrameworkCore.BootKit to v8.5 2024-07-20 22:00:38 -05:00
Jicheng Lu ab9d8cf81d add image mask edit 2024-07-19 12:01:07 -05:00
Jicheng Lu 1d687a38a0 refine image completion 2024-07-18 22:28:24 -05:00
Jicheng Lu 357b18520f add image variation 2024-07-18 17:07:14 -05:00
Jicheng Lu b3fd13ae32 temp save 2024-07-18 15:17:40 -05:00
Jicheng Lu aecff925b1 add error msg 2024-07-18 13:20:38 -05:00
Jicheng Lu fa7e387ae9 move generate image to file handler 2024-07-17 21:41:25 -05:00
hchen2020 b780ce899e
Merge branch 'SciSharp:master' into master 2024-07-17 16:04:11 -05:00
Haiping Chen 381deaa143 knowledge learner 2024-07-17 16:03:46 -05:00
Jicheng Lu c514bed096 add comments 2024-07-17 14:28:29 -05:00
Jicheng Lu c376ef269d fix username 2024-07-17 13:56:33 -05:00
C. Oceania 328e25f25b
Update BotSharp.Core.csproj
Fluid.Core 2.8+ is not compatible, rollback to v2.8
2024-07-17 10:11:18 -05:00
Haiping Chen 52d1387121 resolve conflict. 2024-07-16 20:27:20 -05:00
Jicheng Lu 27c13da561 minor change 2024-07-16 17:17:38 -05:00
Jicheng Lu db15157ea5 refine getting message files 2024-07-16 17:09:54 -05:00
Jicheng Lu 7c5807ccb5 add file handler functions 2024-07-16 14:13:29 -05:00
Jicheng Lu d3de1ba9fd Merge branch 'master' into features/add-sql-executor-utility 2024-07-16 10:20:03 -05:00
Haiping Chen 7d66c2de58 remove function return appended to dialogs. 2024-07-16 10:14:35 -05:00
Haiping Chen 5aa37e6858 Replace DistributedLocker 2024-07-15 16:38:47 -05:00
Jicheng Lu 772aec54bd add sql executor utility 2024-07-15 15:06:22 -05:00
Jicheng Lu 300b4d997a fix routing to agent handler 2024-07-15 13:44:37 -05:00
Haiping Chen ed35da1928 Fix route to agent. 2024-07-11 16:43:03 -05:00
Jicheng Lu 5aa4595cef minor change 2024-07-11 11:34:07 -05:00
C. Oceania e7a7211f4d
Merge pull request #534 from iceljc/bugfix/fix-new-user-login
fix user log in
2024-07-10 19:50:39 -05:00
C. Oceania a0dcf80705
Merge pull request #533 from iceljc/features/split-azure-openai
add open ai plugin
2024-07-10 19:50:11 -05:00
Jicheng Lu 3062df4700 fix user log in 2024-07-10 00:17:12 -05:00
Jicheng Lu 7f60133524 change utility assistant id 2024-07-09 23:36:49 -05:00
C. Oceania 628c94e89d
Merge branch 'SciSharp:master' into master 2024-07-09 20:19:04 -05:00
Jicheng Lu 8a6a52ce58 refine message file loading 2024-07-08 17:37:22 -05:00
C. Oceania cc6b68cabb
Merge branch 'SciSharp:master' into master 2024-07-08 12:29:26 -05:00
C. Oceania ea01c77442
Merge branch 'SciSharp:master' into master 2024-07-07 16:03:37 -05:00
Jicheng Lu ced713d1f8 remove color 2024-07-03 14:11:13 -05:00
Jicheng Lu fccd28325f remove color 2024-07-03 11:50:39 -05:00
Jicheng Lu 0cd664636e change to read file 2024-07-03 10:24:30 -05:00
Jicheng Lu 2997d4a63c refine message file save 2024-07-02 19:16:40 -05:00
Jicheng Lu 1ab5947e61 add error msg 2024-07-02 18:39:28 -05:00
Jicheng Lu 4cdfeacce6 minor change 2024-07-02 18:39:06 -05:00
Jicheng Lu 4de38f2e9e simplify image generate 2024-07-02 18:35:09 -05:00
C. Oceania 8e66dc49c7
Merge branch 'SciSharp:master' into master 2024-07-02 15:47:23 -05:00
Jicheng Lu 184242e3b5 add image generator 2024-07-02 15:43:38 -05:00
Jicheng Lu bd72ef3212 change to agent utility 2024-07-02 13:36:45 -05:00
Haiping Chen 9715f28ada QdrantDb 2024-07-02 09:56:15 -05:00
C. Oceania a08010a8c9
Merge pull request #517 from SciSharp/aspire
Aspire support
2024-07-01 17:07:06 -05:00
Jicheng Lu fc5ef28601 add more error messages 2024-07-01 15:29:03 -05:00
Jicheng Lu 161e8af36c fix user token 2024-07-01 14:53:24 -05:00
Jicheng Lu 30a15adb40 rename method 2024-07-01 14:38:07 -05:00
Jicheng Lu 3a4fae9be0 add pdf completion 2024-07-01 14:31:48 -05:00
Jicheng Lu da1b8f5fe5 remove pdfium 2024-07-01 11:26:23 -05:00
Jicheng Lu 30d976632e allow multi image generation 2024-07-01 11:03:42 -05:00
Jicheng Lu 50bfc27533 minor change 2024-06-30 21:15:24 -05:00
Jicheng Lu 5fe7a5f9d3 add text embedding 2024-06-30 21:14:02 -05:00
C. Oceania 08ecff3ea5
Merge branch 'SciSharp:master' into master 2024-06-29 07:45:52 -05:00
Jicheng Lu bc764cf1da add pdf converter 2024-06-28 16:16:51 -05:00
Jicheng Lu 0c88bce00b rename file 2024-06-28 11:58:19 -05:00
Jicheng Lu d5ca937376 add setting 2024-06-28 11:29:43 -05:00
C. Oceania 77977f2aa1
Merge pull request #2 from Qtoss-AI/hdongDev
hdong:  add user password reset function.
2024-06-28 07:29:56 -05:00
geffzhang 164f69bc66 feat: AgentName and OriginalAgent may be null
1、AgentName  and OriginalAgent may be null
2、Sdcb.SparkDesk upgrade 3.1.0
2024-06-28 18:53:39 +08:00
YouWeiDH a53c800e3e hdong: rename. 2024-06-28 18:08:56 +08:00
YouWeiDH 41b8eb3d93 hdong: #135,add User password reset function. 2024-06-28 17:59:49 +08:00
Jicheng Lu 69c603a3da add open ai text completion 2024-06-27 12:49:51 -05:00
Jicheng Lu 18f0ba36ac fix ref error 2024-06-26 16:47:59 -05:00
Jicheng Lu 7a5575b0f6 upgrade 2024-06-26 16:15:29 -05:00
Jicheng Lu 5043cd3563 minor change 2024-06-26 13:30:27 -05:00
Jicheng Lu 3f06b58a60 migrate agents 2024-06-26 13:13:52 -05:00
Jicheng Lu 5fc8238785 refine fetching agent function 2024-06-26 11:59:09 -05:00
Jicheng Lu 4fe56d4373 refactor function files 2024-06-26 11:37:55 -05:00
Jicheng Lu dd4c002d9b Merge branch 'master' of https://github.com/SciSharp/BotSharp into features/upgrade-open-ai 2024-06-26 09:38:52 -05:00
C. Oceania 9c620b1cae
Merge pull request #512 from Qtoss-AI/master
WebDriver improvements.
2024-06-26 07:47:12 -05:00
C. Oceania c544ddd4cc
Merge pull request #510 from iceljc/features/add-image-generation
add image generation
2024-06-26 07:46:59 -05:00
C. Oceania fecae6236b
Merge pull request #501 from iceljc/features/add-translation-memory
Features/add translation memory
2024-06-26 07:46:50 -05:00
Jicheng Lu ba7a5340fb upgrade 2024-06-25 22:38:01 -05:00
Jicheng Lu fa9e0bffe8 minor change 2024-06-24 23:38:24 -05:00
Jicheng Lu 8d798a4399 add agent tools api 2024-06-24 23:34:30 -05:00
Jicheng Lu f65eeddb8e add agent tools 2024-06-24 22:46:13 -05:00
Jicheng Lu dbf103fd47 change to static 2024-06-24 17:34:05 -05:00
Jicheng Lu dc6888c001 minor change 2024-06-24 17:21:41 -05:00
Jicheng Lu 734be5d607 refactor load attachment tool 2024-06-24 16:39:08 -05:00
Jicheng Lu 9d3244e075 add image generation provider 2024-06-24 14:32:52 -05:00
Haiping Chen 4b16a86e0d Expose translation API. 2024-06-24 12:37:12 -05:00