Commit graph

496 commits

Author SHA1 Message Date
Haiping Chen 27e0c4b307 Filter by conversation id. 2023-12-27 13:27:52 -06:00
Haiping Chen 56224d16c8 Remove IApiAdapter. 2023-12-27 09:53:54 -06:00
Haiping Chen b3311a1917 Utilities.ClearCache 2023-12-27 09:33:03 -06:00
Haiping Chen 4c6c035b07 Plugin IconUrl. 2023-12-25 21:16:41 -06:00
Haiping Chen 0a0f50d287 Separate UI project. 2023-12-24 13:57:22 -06:00
Haiping Chen 403e97bfd3 Delete conversation from UI. 2023-12-22 13:16:55 -06:00
Haiping Chen 7283259455 Agent builder UI. 2023-12-21 22:09:01 -06:00
Deep Blue 59217016db
Merge branch 'SciSharp:master' into master 2023-12-20 20:22:55 -06:00
Deep Blue 0079e22d08 Merge branch 'master' of https://github.com/Deep-Blue-2013/BotSharp 2023-12-20 20:22:11 -06:00
Deep Blue a0d271130f Add Web Speech. 2023-12-20 20:22:04 -06:00
Jicheng Lu c479045cf0 Merge branch 'master' into bugfix/refine-llm-prompt-log 2023-12-20 14:16:35 -06:00
Jicheng Lu d79fbaabd2 refine completion log 2023-12-20 14:12:40 -06:00
Haiping Chen bd26c81018 Move AddAuthentication out. 2023-12-20 08:12:59 -06:00
Jicheng Lu 94f81cb173 refine llm prompt log 2023-12-19 22:20:08 -06:00
Deep Blue fe197fd3ea quick reply submit. 2023-12-19 20:28:56 -06:00
Deep Blue fc6e1807ad
Merge branch 'SciSharp:master' into master 2023-12-19 07:18:06 -06:00
Deep Blue 6b0a5be1af Render quick replies in chat-box. 2023-12-19 07:16:43 -06:00
Jicheng Lu 694a3c210f fix file llm prompt log 2023-12-18 21:23:09 -06:00
Haiping Chen 759e116967 Upgrade sveltejs/kit to v2.0. 2023-12-18 16:38:32 -06:00
Haiping Chen 8cc1094469 Add RichType to IRichMessage 2023-12-18 16:38:12 -06:00
Haiping Chen d7bba4522a Upgrade dependent libraries. 2023-12-18 14:14:14 -06:00
hchen 1c03789a38 Fix config priority. 2023-12-15 11:54:44 -06:00
Haiping a7d346c1e9
CompletionProvider.GetCompletion 2023-12-15 10:31:11 -06:00
Haiping 4cd5b7e9a1
JsonArrayContent 2023-12-14 15:15:07 -06:00
Haiping Chen 89af1d72a6 Set default LlmConfig for Agent level. 2023-12-13 17:16:34 -06:00
Jicheng Lu d6e741957e minor change 2023-12-13 14:41:47 -06:00
Jicheng Lu 258be22d36 remove code 2023-12-13 14:33:36 -06:00
Jicheng Lu e7d962edf8 resolve conflict 2023-12-13 14:33:27 -06:00
Jicheng Lu 92ff9e6f3c add agent llm config 2023-12-13 14:26:46 -06:00
Haiping Chen 1b26ab4162 Merge branch 'llm-provider-settings' of https://github.com/SciSharp/BotSharp into llm-provider-settings 2023-12-13 12:22:23 -06:00
Haiping Chen 538753571a Unify the LLM Provider Settings #234 2023-12-13 12:12:25 -06:00
Jicheng Lu b8c55ac1c3 rename mongo collection and use exe log flag 2023-12-13 11:58:25 -06:00
Haiping ab913b0b8e
Fix compile issue 2023-12-12 12:37:49 -06:00
Haiping e911b05417
/instruct/chat-completion 2023-12-12 12:32:04 -06:00
Haiping ddf617fc30
Send message always in assistant role 2023-12-12 09:06:39 -06:00
Haiping Chen 61c1f9623b Fix StopCompletion issue for hook.OnMessageReceived. 2023-12-12 08:16:34 -06:00
Haiping Chen 69b209c8d3 Fixed bug when agent is null. 2023-12-11 18:40:20 -06:00
Haiping Chen 6e88cc6f2c Set FunctionName of InvokeFunction. 2023-12-11 17:15:37 -06:00
Haiping Chen 27037b0663 Update chat-box UI. 2023-12-11 17:15:08 -06:00
Haiping Chen 4dc1afa9a3 Add close button to live chat box. 2023-12-08 15:27:34 -06:00
Haiping Chen 2e136f67c1 Remove state auto set. 2023-12-07 21:31:34 -06:00
Haiping 732e3925fb
Merge pull request #232 from iceljc/features/add-routing-invoke-function
add invoke function in routing service
2023-12-06 21:15:12 -06:00
Jicheng Lu fabbd8bcef add invoke function in routing service 2023-12-06 21:06:09 -06:00
Haiping Chen 8e940e991d GetAccessToken for Twilio 2023-12-06 16:55:55 -06:00
dependabot[bot] 4b27edd02f
Bump vite from 4.5.0 to 4.5.1 in /src/web-live-chat
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 00:22:26 +00:00
Haiping Chen ed96ff0fb9 Fix load agent error for InstructMode 2023-12-04 18:12:57 -06:00
Haiping Chen 78d66eb9c5 Pagination 2023-12-04 17:42:46 -06:00
Haiping ed0c4eeaf5
Merge pull request #230 from hchen2020/master
sequential log.
2023-12-01 11:33:29 -06:00
hchen2020 c6f64a605a
Merge branch 'SciSharp:master' into master 2023-12-01 11:32:20 -06:00
hchen 6197ac5ab3 sequential log. 2023-12-01 11:31:45 -06:00