From cab5630ab3783f678f7ac786b54063cd65e6699e Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Fri, 12 Dec 2025 17:15:49 +0000 Subject: [PATCH] feat: Update LLM Providers page for improved clarity and consistency in incident notes --- .../Postgres/SchemaMigrations/Index.ts | 2 +- Dashboard/src/Pages/Settings/LlmProviders.tsx | 53 +++++++++++++++---- VERSION | 2 +- 3 files changed, 45 insertions(+), 12 deletions(-) diff --git a/Common/Server/Infrastructure/Postgres/SchemaMigrations/Index.ts b/Common/Server/Infrastructure/Postgres/SchemaMigrations/Index.ts index b83af0cdd0..d3b3e7fed5 100644 --- a/Common/Server/Infrastructure/Postgres/SchemaMigrations/Index.ts +++ b/Common/Server/Infrastructure/Postgres/SchemaMigrations/Index.ts @@ -395,5 +395,5 @@ export default [ MigrationName1765477339178, MigrationName1765540325149, MigrationName1765540549739, - MigrationName1765544010078 + MigrationName1765544010078, ]; diff --git a/Dashboard/src/Pages/Settings/LlmProviders.tsx b/Dashboard/src/Pages/Settings/LlmProviders.tsx index ab9c5c9663..1e11d3edef 100644 --- a/Dashboard/src/Pages/Settings/LlmProviders.tsx +++ b/Dashboard/src/Pages/Settings/LlmProviders.tsx @@ -28,38 +28,71 @@ const LlmPage: FunctionComponent = (): ReactElement => { >
- +
Incident Notes - - Automatically generate detailed incident notes and updates + + {" "} + - Automatically generate detailed incident notes and updates +
- +
Alert Notes - - Create meaningful alert descriptions and context + + {" "} + - Create meaningful alert descriptions and context +
- +
Scheduled Maintenance Notes - - Generate maintenance event notes automatically + + {" "} + - Generate maintenance event notes automatically +
- +
Incident Postmortems - - Automatically draft comprehensive incident postmortem reports + + {" "} + - Automatically draft comprehensive incident postmortem + reports +
- +
Code Improvements - - Analyze telemetry data (logs, traces, metrics, exceptions) and suggest code improvements when connected to your code repository + + {" "} + - Analyze telemetry data (logs, traces, metrics, exceptions) + and suggest code improvements when connected to your code + repository +
diff --git a/VERSION b/VERSION index dda2a105bc..b6fcb0bf9a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.2.14 \ No newline at end of file +9.2.15 \ No newline at end of file