Skip to content

Commit c30e633

Browse files
committed
Fix an issue where the AI Assistant was not retaining conversation context between messages, with chat history compaction to manage token budgets.
1 parent a0e6da0 commit c30e633

File tree

7 files changed

+840
-5
lines changed

7 files changed

+840
-5
lines changed

docs/en_US/release_notes_9_14.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ Bug fixes
2929
*********
3030

3131
| `Issue #9279 <https://github.com/pgadmin-org/pgadmin4/issues/9279>`_ - Fixed an issue where OAuth2 authentication fails with 'object has no attribute' if OAUTH2_AUTO_CREATE_USER is False.
32+
| `Issue #9736 <https://github.com/pgadmin-org/pgadmin4/issues/9736>`_ - Fixed an issue where the AI Assistant was not retaining conversation context between messages, with chat history compaction to manage token budgets.
3233
| `Issue #9392 <https://github.com/pgadmin-org/pgadmin4/issues/9392>`_ - Ensure that the Geometry Viewer refreshes when re-running queries or switching geometry columns, preventing stale data from being displayed.
3334
| `Issue #9721 <https://github.com/pgadmin-org/pgadmin4/issues/9721>`_ - Fixed an issue where permissions page is not completely accessible on full scroll.

0 commit comments

Comments
 (0)