Skip to content

Commit 61fa52e

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 b301bdc commit 61fa52e

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
@@ -32,6 +32,7 @@ Bug fixes
3232
*********
3333

3434
| `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.
35+
| `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.
3536
| `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.
3637
| `Issue #9719 <https://github.com/pgadmin-org/pgadmin4/issues/9719>`_ - Fixed an issue where AI Reports fail with OpenAI models that do not support the temperature parameter.
3738
| `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)