We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211af99 commit 3fd5f92Copy full SHA for 3fd5f92
src/icon.ts
@@ -22,4 +22,4 @@ export const thumbUpIcon = new LabIcon({
22
export const thumbDownIcon = new LabIcon({
23
name: 'thumbDown:Icon',
24
svgstr: ThumbDownStr
25
-});
+});
src/index.ts
@@ -22,7 +22,6 @@ const AI_EVENT_SCHEMA_ID =
const AI_ERROR_EVENT_SCHEMA_ID =
'https://events.jupyter.org/jupyter_ai/error/v1';
-
26
export type LabCommand = {
27
name: string;
28
args: any;
@@ -31,7 +30,7 @@ export type LabCommand = {
31
30
export type Context = {
32
cell_id: string;
33
content: any;
34
-}
+};
35
36
export type AIWorkflowState = {
37
agent: string;
0 commit comments