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 |
|
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 |
|
易磊
|
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 |
|
易磊
|
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 |
|