From bd993934df6e0493d8312e48cea27a4a2075740f Mon Sep 17 00:00:00 2001 From: Release Bot <107104610+sourcegraph-release-bot@users.noreply.github.com> Date: Tue, 28 Jan 2025 05:38:54 -0800 Subject: [PATCH] [Backport jb-v7.12.x] chore(client): update display name for agentic model (#6829) The display name for the deep-cody model has been updated from 'Agentic Chat' to 'Agentic chat'. ## Test plan Verify the name update: <img width="496" alt="image" src="https://github.com/user-attachments/assets/8e1cc5a3-d8bc-44ea-94c9-1a1488e39541" />
Backport ca3fcd11226677ffc227daea9de2693939b82e39 from #6827 Co-authored-by: Beatrix <68532117+abeatrix@users.noreply.github.com> --- lib/shared/src/models/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared/src/models/client.ts b/lib/shared/src/models/client.ts index 317030c9ed87..94b48a15385d 100644 --- a/lib/shared/src/models/client.ts +++ b/lib/shared/src/models/client.ts @@ -20,7 +20,7 @@ function getDeepCodyServerModel(): ServerModel { return { // This modelRef does not exist in the backend and is used to identify the model in the client. modelRef: 'sourcegraph::2023-06-01::deep-cody', - displayName: 'Agentic Chat', + displayName: 'Agentic chat', modelName: 'deep-cody', capabilities: ['chat'], category: 'accuracy',