Commit 3bf067a
authored
Message management (#553)
* added message masking
mask selected content of message or an entire message
* fixed citation border
* enabled streaming
* image gen with streaming
* added reasoning support
* added reasoning to agents
* agent support
* fixed key bug
* disable group create and fixed model fetch
* updated config
* fixed support for workspace search for streaming
* fix bug with sidebar update
* fixed gpt-5 vision processing bug
* metadata works with all messages now
* fixed debug_print bug
* added reasoning effort to agents and fixed agent validation
* fixed file metadata loading bug
* fixed llm streaming when working with group workspace data
* fixed cosmos container config error
* added delete message and fixed message threading
* retry bug fixes
* fixed message threading order
* moved message buttons to menu
* fixed bug for conversation history that included inactive threads
* added css styling for urls for dark mode
* fixed bug with newly created messages not showing metadata or deleting
* improved search times by 100x
* added token collect to messages supports models and agents
* added streaming for agents along with token collection
* added embedding token tracking
* added document creation/deletion and token tracking to activity log
* adding conversations to activity logs
* added activity log viewer with filters, search, and export
* added support for agents in edit and retry messages1 parent 164459f commit 3bf067a
File tree
71 files changed
+13278
-895
lines changed- application/single_app
- semantic_kernel_plugins
- static
- css
- json/schemas
- js
- admin
- chat
- templates
- artifacts
- docs
- explanation/fixes
- v0.229.001
- v0.230.001
- features
- fixes
- functional_tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+13278
-895
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
199 | 201 | | |
200 | 202 | | |
201 | 203 | | |
202 | | - | |
| 204 | + | |
203 | 205 | | |
204 | 206 | | |
205 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
239 | 250 | | |
240 | 251 | | |
241 | 252 | | |
| |||
339 | 350 | | |
340 | 351 | | |
341 | 352 | | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | 353 | | |
355 | 354 | | |
356 | 355 | | |
| |||
385 | 384 | | |
386 | 385 | | |
387 | 386 | | |
388 | | - | |
389 | 387 | | |
390 | 388 | | |
391 | 389 | | |
| |||
687 | 685 | | |
688 | 686 | | |
689 | 687 | | |
690 | | - | |
| 688 | + | |
691 | 689 | | |
692 | | - | |
| 690 | + | |
693 | 691 | | |
694 | | - | |
| 692 | + | |
695 | 693 | | |
696 | 694 | | |
697 | 695 | | |
| |||
0 commit comments