From 0ed6644feb0453a1da976fe0d1ec5c23c87fc3dd Mon Sep 17 00:00:00 2001 From: "David L. Qiu" Date: Wed, 3 Apr 2024 08:14:58 -0700 Subject: [PATCH] add comment about jupyternaut icon in frontend --- packages/jupyter-ai/src/icons.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/jupyter-ai/src/icons.ts b/packages/jupyter-ai/src/icons.ts index a510c17a7..30d40a165 100644 --- a/packages/jupyter-ai/src/icons.ts +++ b/packages/jupyter-ai/src/icons.ts @@ -15,4 +15,7 @@ export const jupyternautIcon = new LabIcon({ svgstr: jupyternautSvg }); +// this icon is only used in the status bar. +// to configure the icon shown on agent replies in the chat UI, please specify a +// custom `Persona`. export const Jupyternaut = jupyternautIcon.react;