@copilotkit/react-core 0.11.0-alpha.7 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/.turbo/turbo-build.log +89 -89
  2. package/CHANGELOG.md +26 -0
  3. package/dist/{chunk-IMNFO2OZ.mjs → chunk-AMFRKVFT.mjs} +3 -3
  4. package/dist/chunk-AMFRKVFT.mjs.map +1 -0
  5. package/dist/{chunk-3EE3HCUI.mjs → chunk-FIYUJVWU.mjs} +8 -7
  6. package/dist/chunk-FIYUJVWU.mjs.map +1 -0
  7. package/dist/{chunk-TNU2L6FJ.mjs → chunk-G5LZS72K.mjs} +2 -2
  8. package/dist/{chunk-PRQLPFIA.mjs → chunk-P3QUZTN7.mjs} +2 -2
  9. package/dist/{chunk-ATMIAPXE.mjs → chunk-PRPQRCVY.mjs} +4 -3
  10. package/dist/chunk-PRPQRCVY.mjs.map +1 -0
  11. package/dist/{chunk-X3CGMLW5.mjs → chunk-X24EEZGG.mjs} +3 -3
  12. package/dist/chunk-X24EEZGG.mjs.map +1 -0
  13. package/dist/components/copilot-provider.d.ts +2 -1
  14. package/dist/components/copilot-provider.mjs +2 -2
  15. package/dist/components/index.d.ts +1 -1
  16. package/dist/components/index.mjs +2 -2
  17. package/dist/context/copilot-context.d.ts +2 -2
  18. package/dist/context/copilot-context.mjs +1 -1
  19. package/dist/context/index.mjs +1 -1
  20. package/dist/hooks/index.mjs +9 -5
  21. package/dist/hooks/use-copilot-chat.mjs +6 -2
  22. package/dist/hooks/use-make-copilot-actionable.mjs +2 -2
  23. package/dist/hooks/use-make-copilot-document-readable.d.ts +5 -5
  24. package/dist/hooks/use-make-copilot-document-readable.mjs +2 -2
  25. package/dist/hooks/use-make-copilot-readable.mjs +2 -2
  26. package/dist/index.d.ts +1 -1
  27. package/dist/index.mjs +8 -8
  28. package/package.json +2 -2
  29. package/src/components/copilot-provider.tsx +13 -4
  30. package/src/components/index.ts +4 -1
  31. package/src/context/copilot-context.tsx +5 -4
  32. package/src/hooks/use-copilot-chat.ts +2 -1
  33. package/src/hooks/use-make-copilot-document-readable.ts +6 -6
  34. package/dist/chunk-3EE3HCUI.mjs.map +0 -1
  35. package/dist/chunk-ATMIAPXE.mjs.map +0 -1
  36. package/dist/chunk-IMNFO2OZ.mjs.map +0 -1
  37. package/dist/chunk-X3CGMLW5.mjs.map +0 -1
  38. /package/dist/{chunk-TNU2L6FJ.mjs.map → chunk-G5LZS72K.mjs.map} +0 -0
  39. /package/dist/{chunk-PRQLPFIA.mjs.map → chunk-P3QUZTN7.mjs.map} +0 -0
@@ -1,98 +1,98 @@
1
1
 
2
- > @copilotkit/react-core@0.11.0-alpha.6 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-core
2
+ > @copilotkit/react-core@0.13.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-core
3
3
  > tsup --treeshake
4
4
 
5
- CLI Building entry: src/index.tsx, src/components/copilot-provider.tsx, src/components/index.ts, src/context/copilot-context.tsx, src/context/index.ts, src/hooks/index.ts, src/hooks/use-copilot-chat.ts, src/hooks/use-flat-category-store.ts, src/hooks/use-make-copilot-actionable.ts, src/hooks/use-make-copilot-document-readable.ts, src/hooks/use-make-copilot-readable.ts, src/hooks/use-tree.ts, src/types/annotated-function.ts, src/types/document-pointer.ts, src/types/index.ts, src/utils/utils.test.ts, src/utils/utils.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v6.5.0
8
- CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-core/tsup.config.ts
9
- CLI Target: es6
10
- CLI Cleaning output folder
11
- ESM Build start
5
+ CLI Building entry: src/index.tsx, src/components/copilot-provider.tsx, src/components/index.ts, src/context/copilot-context.tsx, src/context/index.ts, src/hooks/index.ts, src/hooks/use-copilot-chat.ts, src/hooks/use-flat-category-store.ts, src/hooks/use-make-copilot-actionable.ts, src/hooks/use-make-copilot-document-readable.ts, src/hooks/use-make-copilot-readable.ts, src/hooks/use-tree.ts, src/types/annotated-function.ts, src/types/document-pointer.ts, src/types/index.ts, src/utils/utils.test.ts, src/utils/utils.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v6.5.0
8
+ CLI Using tsup config: /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-core/tsup.config.ts
9
+ CLI Target: es6
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
12
  Generated an empty chunk: "utils".
13
13
  Generated an empty chunk: "annotated-function".
14
14
  Generated an empty chunk: "document-pointer".
15
15
  Generated an empty chunk: "chunk-EFZPSZWO".
16
- Generated an empty chunk: "chunk-JD7BAH7U".
17
16
  Generated an empty chunk: "chunk-YPSGKPDA".
18
17
  Generated an empty chunk: "chunk-QACD2U6P".
19
- ESM dist/chunk-EFZPSZWO.mjs 76.00 B
20
- ESM dist/types/index.mjs 98.00 B
21
- ESM dist/hooks/use-make-copilot-document-readable.mjs 231.00 B
22
- ESM dist/components/copilot-provider.mjs 262.00 B
23
- ESM dist/context/copilot-context.mjs 194.00 B
24
- ESM dist/chunk-QACD2U6P.mjs 76.00 B
25
- ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
26
- ESM dist/index.mjs 678.00 B
27
- ESM dist/components/index.mjs 283.00 B
28
- ESM dist/chunk-YPSGKPDA.mjs 76.00 B
29
- ESM dist/hooks/use-tree.mjs 170.00 B
30
- ESM dist/chunk-PRQLPFIA.mjs 972.00 B
31
- ESM dist/chunk-3EE3HCUI.mjs 4.80 KB
32
- ESM dist/hooks/index.mjs 420.00 B
33
- ESM dist/chunk-IMNFO2OZ.mjs 689.00 B
34
- ESM dist/context/index.mjs 216.00 B
35
- ESM dist/hooks/use-make-copilot-actionable.mjs 218.00 B
36
- ESM dist/hooks/use-copilot-chat.mjs 219.00 B
37
- ESM dist/chunk-X3CGMLW5.mjs 1.30 KB
38
- ESM dist/chunk-ATMIAPXE.mjs 2.85 KB
39
- ESM dist/chunk-TNU2L6FJ.mjs 626.00 B
40
- ESM dist/hooks/use-make-copilot-readable.mjs 214.00 B
41
- ESM dist/chunk-3BOHSSKR.mjs 3.95 KB
42
- ESM dist/chunk-JD7BAH7U.mjs 76.00 B
43
- ESM dist/chunk-63ILXW5V.mjs 1.92 KB
44
- ESM dist/hooks/use-flat-category-store.mjs 200.00 B
45
- ESM dist/utils/utils.mjs 67.00 B
46
- ESM dist/types/annotated-function.mjs 80.00 B
47
- ESM dist/utils/utils.test.mjs 202.00 B
48
- ESM dist/types/document-pointer.mjs 78.00 B
49
- ESM dist/chunk-EFZPSZWO.mjs.map 51.00 B
50
- ESM dist/types/index.mjs.map 51.00 B
51
- ESM dist/hooks/use-make-copilot-document-readable.mjs.map 51.00 B
52
- ESM dist/components/copilot-provider.mjs.map 51.00 B
53
- ESM dist/chunk-QACD2U6P.mjs.map 51.00 B
54
- ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
55
- ESM dist/chunk-YPSGKPDA.mjs.map 51.00 B
56
- ESM dist/components/index.mjs.map 51.00 B
57
- ESM dist/context/copilot-context.mjs.map 51.00 B
58
- ESM dist/hooks/use-tree.mjs.map 51.00 B
59
- ESM dist/chunk-3EE3HCUI.mjs.map 9.48 KB
60
- ESM dist/context/index.mjs.map 51.00 B
61
- ESM dist/hooks/index.mjs.map 51.00 B
62
- ESM dist/hooks/use-copilot-chat.mjs.map 51.00 B
63
- ESM dist/hooks/use-make-copilot-actionable.mjs.map 51.00 B
64
- ESM dist/chunk-X3CGMLW5.mjs.map 4.22 KB
65
- ESM dist/chunk-TNU2L6FJ.mjs.map 1.47 KB
66
- ESM dist/chunk-PRQLPFIA.mjs.map 1.70 KB
67
- ESM dist/index.mjs.map 51.00 B
68
- ESM dist/hooks/use-make-copilot-readable.mjs.map 51.00 B
69
- ESM dist/chunk-ATMIAPXE.mjs.map 4.70 KB
70
- ESM dist/chunk-IMNFO2OZ.mjs.map 1.61 KB
71
- ESM dist/chunk-3BOHSSKR.mjs.map 8.39 KB
72
- ESM dist/chunk-JD7BAH7U.mjs.map 51.00 B
73
- ESM dist/chunk-63ILXW5V.mjs.map 4.31 KB
74
- ESM dist/hooks/use-flat-category-store.mjs.map 51.00 B
75
- ESM dist/utils/utils.mjs.map 51.00 B
76
- ESM dist/types/annotated-function.mjs.map 51.00 B
77
- ESM dist/types/document-pointer.mjs.map 51.00 B
78
- ESM dist/utils/utils.test.mjs.map 351.00 B
79
- ESM ⚡️ Build success in 99ms
80
- DTS Build start
81
- DTS ⚡️ Build success in 639ms
82
- DTS dist/index.d.ts 814.00 B
83
- DTS dist/components/copilot-provider.d.ts 288.00 B
84
- DTS dist/context/copilot-context.d.ts 2.03 KB
85
- DTS dist/hooks/use-copilot-chat.d.ts 890.00 B
86
- DTS dist/hooks/use-make-copilot-actionable.d.ts 255.00 B
87
- DTS dist/hooks/use-make-copilot-readable.d.ts 598.00 B
88
- DTS dist/hooks/use-make-copilot-document-readable.d.ts 688.00 B
89
- DTS dist/types/annotated-function.d.ts 767.00 B
90
- DTS dist/types/document-pointer.d.ts 181.00 B
91
- DTS dist/hooks/use-tree.d.ts 543.00 B
92
- DTS dist/components/index.d.ts 73.00 B
93
- DTS dist/context/index.d.ts 297.00 B
94
- DTS dist/hooks/index.d.ts 434.00 B
95
- DTS dist/hooks/use-flat-category-store.d.ts 424.00 B
96
- DTS dist/types/index.d.ts 145.00 B
97
- DTS dist/utils/utils.test.d.ts 1.00 B
98
- DTS dist/utils/utils.d.ts 1.00 B
18
+ Generated an empty chunk: "chunk-JD7BAH7U".
19
+ ESM dist/chunk-EFZPSZWO.mjs 76.00 B
20
+ ESM dist/hooks/use-make-copilot-actionable.mjs 218.00 B
21
+ ESM dist/types/index.mjs 98.00 B
22
+ ESM dist/components/copilot-provider.mjs 295.00 B
23
+ ESM dist/context/copilot-context.mjs 194.00 B
24
+ ESM dist/chunk-YPSGKPDA.mjs 76.00 B
25
+ ESM dist/chunk-QACD2U6P.mjs 76.00 B
26
+ ESM dist/chunk-JD7BAH7U.mjs 76.00 B
27
+ ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
28
+ ESM dist/hooks/use-make-copilot-document-readable.mjs 231.00 B
29
+ ESM dist/hooks/use-make-copilot-readable.mjs 214.00 B
30
+ ESM dist/hooks/use-tree.mjs 170.00 B
31
+ ESM dist/index.mjs 711.00 B
32
+ ESM dist/components/index.mjs 316.00 B
33
+ ESM dist/context/index.mjs 216.00 B
34
+ ESM dist/hooks/index.mjs 548.00 B
35
+ ESM dist/chunk-P3QUZTN7.mjs 972.00 B
36
+ ESM dist/chunk-AMFRKVFT.mjs 677.00 B
37
+ ESM dist/chunk-G5LZS72K.mjs 626.00 B
38
+ ESM dist/hooks/use-copilot-chat.mjs 347.00 B
39
+ ESM dist/chunk-PRPQRCVY.mjs 2.96 KB
40
+ ESM dist/chunk-FIYUJVWU.mjs 4.90 KB
41
+ ESM dist/chunk-3BOHSSKR.mjs 3.95 KB
42
+ ESM dist/chunk-X24EEZGG.mjs 1.32 KB
43
+ ESM dist/hooks/use-flat-category-store.mjs 200.00 B
44
+ ESM dist/chunk-63ILXW5V.mjs 1.92 KB
45
+ ESM dist/utils/utils.mjs 67.00 B
46
+ ESM dist/types/annotated-function.mjs 80.00 B
47
+ ESM dist/types/document-pointer.mjs 78.00 B
48
+ ESM dist/utils/utils.test.mjs 202.00 B
49
+ ESM dist/chunk-EFZPSZWO.mjs.map 51.00 B
50
+ ESM dist/hooks/use-make-copilot-actionable.mjs.map 51.00 B
51
+ ESM dist/types/index.mjs.map 51.00 B
52
+ ESM dist/components/copilot-provider.mjs.map 51.00 B
53
+ ESM dist/context/copilot-context.mjs.map 51.00 B
54
+ ESM dist/chunk-YPSGKPDA.mjs.map 51.00 B
55
+ ESM dist/chunk-QACD2U6P.mjs.map 51.00 B
56
+ ESM dist/chunk-JD7BAH7U.mjs.map 51.00 B
57
+ ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
58
+ ESM dist/hooks/use-make-copilot-document-readable.mjs.map 51.00 B
59
+ ESM dist/hooks/use-make-copilot-readable.mjs.map 51.00 B
60
+ ESM dist/hooks/use-tree.mjs.map 51.00 B
61
+ ESM dist/index.mjs.map 51.00 B
62
+ ESM dist/components/index.mjs.map 51.00 B
63
+ ESM dist/context/index.mjs.map 51.00 B
64
+ ESM dist/hooks/index.mjs.map 51.00 B
65
+ ESM dist/chunk-P3QUZTN7.mjs.map 1.70 KB
66
+ ESM dist/chunk-AMFRKVFT.mjs.map 1.43 KB
67
+ ESM dist/chunk-G5LZS72K.mjs.map 1.47 KB
68
+ ESM dist/hooks/use-copilot-chat.mjs.map 51.00 B
69
+ ESM dist/chunk-PRPQRCVY.mjs.map 4.86 KB
70
+ ESM dist/chunk-FIYUJVWU.mjs.map 9.57 KB
71
+ ESM dist/chunk-3BOHSSKR.mjs.map 8.39 KB
72
+ ESM dist/chunk-X24EEZGG.mjs.map 4.27 KB
73
+ ESM dist/hooks/use-flat-category-store.mjs.map 51.00 B
74
+ ESM dist/chunk-63ILXW5V.mjs.map 4.31 KB
75
+ ESM dist/utils/utils.mjs.map 51.00 B
76
+ ESM dist/types/annotated-function.mjs.map 51.00 B
77
+ ESM dist/types/document-pointer.mjs.map 51.00 B
78
+ ESM dist/utils/utils.test.mjs.map 351.00 B
79
+ ESM ⚡️ Build success in 304ms
80
+ DTS Build start
81
+ DTS ⚡️ Build success in 1546ms
82
+ DTS dist/index.d.ts 847.00 B
83
+ DTS dist/components/copilot-provider.d.ts 378.00 B
84
+ DTS dist/context/copilot-context.d.ts 2.03 KB
85
+ DTS dist/hooks/use-copilot-chat.d.ts 890.00 B
86
+ DTS dist/hooks/use-make-copilot-actionable.d.ts 255.00 B
87
+ DTS dist/hooks/use-make-copilot-readable.d.ts 598.00 B
88
+ DTS dist/hooks/use-make-copilot-document-readable.d.ts 516.00 B
89
+ DTS dist/types/annotated-function.d.ts 767.00 B
90
+ DTS dist/types/document-pointer.d.ts 181.00 B
91
+ DTS dist/hooks/use-tree.d.ts 543.00 B
92
+ DTS dist/components/index.d.ts 106.00 B
93
+ DTS dist/context/index.d.ts 297.00 B
94
+ DTS dist/hooks/index.d.ts 434.00 B
95
+ DTS dist/hooks/use-flat-category-store.d.ts 424.00 B
96
+ DTS dist/types/index.d.ts 145.00 B
97
+ DTS dist/utils/utils.test.d.ts 1.00 B
98
+ DTS dist/utils/utils.d.ts 1.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # ui
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - contextCategories no longer optional for reading context
8
+
9
+ ## 0.12.0
10
+
11
+ ### Minor Changes
12
+
13
+ - fixed bug: useMakeCopilotDocumentReadable category reference
14
+
15
+ ## 0.11.0
16
+
17
+ ### Minor Changes
18
+
19
+ - support for custom api headers + body, fixed es5 build error on import
20
+ - 9abfea6: js import
21
+ - 2b9591a: esm.js maybe
22
+ - 2b9591a: headers and body propagation
23
+ - 2b9591a: cjs exp
24
+ - 2b9591a: treeshake
25
+ - 2b9591a: commonJS
26
+ - 222f5e6: undo alpha changes
27
+ - 2b9591a: cjs maybe
28
+
3
29
  ## 0.11.0-alpha.7
4
30
 
5
31
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { CopilotContext } from './chunk-X3CGMLW5.mjs';
1
+ import { CopilotContext } from './chunk-X24EEZGG.mjs';
2
2
  import { useContext, useRef, useEffect } from 'react';
3
3
 
4
4
  function useMakeCopilotDocumentReadable(document, categories, dependencies = []) {
@@ -10,10 +10,10 @@ function useMakeCopilotDocumentReadable(document, categories, dependencies = [])
10
10
  return () => {
11
11
  removeDocumentContext(id);
12
12
  };
13
- }, [categories, addDocumentContext, removeDocumentContext, ...dependencies]);
13
+ }, [addDocumentContext, removeDocumentContext, ...dependencies]);
14
14
  return idRef.current;
15
15
  }
16
16
 
17
17
  export { useMakeCopilotDocumentReadable };
18
18
  //# sourceMappingURL=out.js.map
19
- //# sourceMappingURL=chunk-IMNFO2OZ.mjs.map
19
+ //# sourceMappingURL=chunk-AMFRKVFT.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/hooks/use-make-copilot-document-readable.ts"],"names":[],"mappings":";;;;;AAEA,SAAS,YAAY,WAAW,cAAc;AAF9C;AAaO,SAAS,+BACd,UACA,YACA,eAAsB,CAAC,GACH;AACpB,QAAM,EAAE,oBAAoB,sBAAsB,IAChD,WAAW,cAAc;AAC3B,QAAM,QAAQ,OAAe;AAE7B,YAAU,MAAM;AACd,UAAM,KAAK,mBAAmB,UAAU,UAAU;AAClD,UAAM,UAAU;AAEhB,WAAO,MAAM;AACX,4BAAsB,EAAE;AAAA,IAC1B;AAAA,EACF,GAAG,CAAC,oBAAoB,uBAAuB,GAAG,YAAY,CAAC;AAE/D,SAAO,MAAM;AACf","sourcesContent":["\"use client\";\n\nimport { useContext, useEffect, useRef } from \"react\";\nimport { CopilotContext } from \"../context/copilot-context\";\nimport { DocumentPointer } from \"../types\";\n\n/**\n * Makes a document readable by Copilot.\n * @param document The document to make readable.\n * @param categories The categories to associate with the document.\n * @param dependencies The dependencies to use for the effect.\n * @returns The id of the document.\n */\nexport function useMakeCopilotDocumentReadable(\n document: DocumentPointer,\n categories?: string[],\n dependencies: any[] = []\n): string | undefined {\n const { addDocumentContext, removeDocumentContext } =\n useContext(CopilotContext);\n const idRef = useRef<string>();\n\n useEffect(() => {\n const id = addDocumentContext(document, categories);\n idRef.current = id;\n\n return () => {\n removeDocumentContext(id);\n };\n }, [addDocumentContext, removeDocumentContext, ...dependencies]);\n\n return idRef.current;\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import { use_tree_default } from './chunk-3BOHSSKR.mjs';
2
- import { CopilotContext } from './chunk-X3CGMLW5.mjs';
2
+ import { CopilotContext } from './chunk-X24EEZGG.mjs';
3
3
  import { use_flat_category_store_default } from './chunk-63ILXW5V.mjs';
4
4
  import { __spreadProps, __spreadValues, __async, __objRest } from './chunk-MRXNTQOX.mjs';
5
5
  import { useState, useCallback } from 'react';
@@ -36,7 +36,7 @@ function CopilotProvider({
36
36
  });
37
37
  }, []);
38
38
  const getContextString = useCallback(
39
- (documents, categories = ["global"]) => {
39
+ (documents, categories) => {
40
40
  const documentsString = documents.map((document) => {
41
41
  return `${document.name} (${document.sourceApplication}):
42
42
  ${document.getContents()}`;
@@ -49,7 +49,7 @@ ${nonDocumentStrings}`;
49
49
  [printTree]
50
50
  );
51
51
  const addContext = useCallback(
52
- (context, parentId, categories = ["global"]) => {
52
+ (context, parentId, categories = defaultCopilotContextCategories) => {
53
53
  return addElement(context, categories, parentId);
54
54
  },
55
55
  [addElement]
@@ -67,13 +67,13 @@ ${nonDocumentStrings}`;
67
67
  return entryPointsToFunctionCallHandler(Object.values(entryPoints));
68
68
  }, [entryPoints]);
69
69
  const getDocumentsContext = useCallback(
70
- (categories = ["global"]) => {
70
+ (categories) => {
71
71
  return allDocuments(categories);
72
72
  },
73
73
  [allDocuments]
74
74
  );
75
75
  const addDocumentContext = useCallback(
76
- (documentPointer, categories = ["global"]) => {
76
+ (documentPointer, categories = defaultCopilotContextCategories) => {
77
77
  return addDocument(documentPointer, categories);
78
78
  },
79
79
  [addDocument]
@@ -106,6 +106,7 @@ ${nonDocumentStrings}`;
106
106
  children
107
107
  });
108
108
  }
109
+ var defaultCopilotContextCategories = ["global"];
109
110
  function entryPointsToFunctionCallHandler(entryPoints) {
110
111
  return (chatMessages, functionCall) => __async(this, null, function* () {
111
112
  let entrypointsByFunctionName = {};
@@ -155,6 +156,6 @@ function annotatedFunctionToChatCompletionFunction(annotatedFunction) {
155
156
  return chatCompletionFunction;
156
157
  }
157
158
 
158
- export { CopilotProvider };
159
+ export { CopilotProvider, defaultCopilotContextCategories };
159
160
  //# sourceMappingURL=out.js.map
160
- //# sourceMappingURL=chunk-3EE3HCUI.mjs.map
161
+ //# sourceMappingURL=chunk-FIYUJVWU.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/components/copilot-provider.tsx"],"names":[],"mappings":"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","sourcesContent":["\"use client\";\nimport { FunctionCallHandler } from \"ai\";\nimport { ReactNode, useCallback, useState } from \"react\";\nimport { CopilotContext, CopilotApiConfig } from \"../context/copilot-context\";\nimport useTree from \"../hooks/use-tree\";\nimport { AnnotatedFunction } from \"../types/annotated-function\";\nimport { ChatCompletionCreateParams } from \"openai/resources/chat\";\nimport { DocumentPointer } from \"../types\";\nimport useFlatCategoryStore from \"../hooks/use-flat-category-store\";\n\nexport function CopilotProvider({\n chatApiEndpoint,\n headers,\n body,\n children,\n}: {\n chatApiEndpoint: string;\n headers?: Record<string, string>;\n body?: Record<string, any>;\n children: ReactNode;\n}): JSX.Element {\n const [entryPoints, setEntryPoints] = useState<\n Record<string, AnnotatedFunction<any[]>>\n >({});\n\n const { addElement, removeElement, printTree } = useTree();\n const {\n addElement: addDocument,\n removeElement: removeDocument,\n allElements: allDocuments,\n } = useFlatCategoryStore<DocumentPointer>();\n\n const setEntryPoint = useCallback(\n (id: string, entryPoint: AnnotatedFunction<any[]>) => {\n setEntryPoints((prevPoints) => {\n return {\n ...prevPoints,\n [id]: entryPoint,\n };\n });\n },\n []\n );\n\n const removeEntryPoint = useCallback((id: string) => {\n setEntryPoints((prevPoints) => {\n const newPoints = { ...prevPoints };\n delete newPoints[id];\n return newPoints;\n });\n }, []);\n\n const getContextString = useCallback(\n (documents: DocumentPointer[], categories: string[]) => {\n const documentsString = documents\n .map((document) => {\n return `${document.name} (${\n document.sourceApplication\n }):\\n${document.getContents()}`;\n })\n .join(\"\\n\\n\");\n\n const nonDocumentStrings = printTree(categories);\n\n return `${documentsString}\\n\\n${nonDocumentStrings}`;\n },\n [printTree]\n );\n\n const addContext = useCallback(\n (\n context: string,\n parentId?: string,\n categories: string[] = defaultCopilotContextCategories\n ) => {\n return addElement(context, categories, parentId);\n },\n [addElement]\n );\n\n const removeContext = useCallback(\n (id: string) => {\n removeElement(id);\n },\n [removeElement]\n );\n\n const getChatCompletionFunctionDescriptions = useCallback(() => {\n return entryPointsToChatCompletionFunctions(Object.values(entryPoints));\n }, [entryPoints]);\n\n const getFunctionCallHandler = useCallback(() => {\n return entryPointsToFunctionCallHandler(Object.values(entryPoints));\n }, [entryPoints]);\n\n const getDocumentsContext = useCallback(\n (categories: string[]) => {\n return allDocuments(categories);\n },\n [allDocuments]\n );\n\n const addDocumentContext = useCallback(\n (\n documentPointer: DocumentPointer,\n categories: string[] = defaultCopilotContextCategories\n ) => {\n return addDocument(documentPointer, categories);\n },\n [addDocument]\n );\n\n const removeDocumentContext = useCallback(\n (documentId: string) => {\n removeDocument(documentId);\n },\n [removeDocument]\n );\n\n return (\n <CopilotContext.Provider\n value={{\n entryPoints,\n getChatCompletionFunctionDescriptions,\n getFunctionCallHandler,\n setEntryPoint,\n removeEntryPoint,\n getContextString,\n addContext,\n removeContext,\n getDocumentsContext,\n addDocumentContext,\n removeDocumentContext,\n copilotApiConfig: {\n chatApiEndpoint,\n headers: headers || {},\n body: body || {},\n },\n }}\n >\n {children}\n </CopilotContext.Provider>\n );\n}\n\nexport const defaultCopilotContextCategories = [\"global\"];\n\nfunction entryPointsToFunctionCallHandler(\n entryPoints: AnnotatedFunction<any[]>[]\n): FunctionCallHandler {\n return async (chatMessages, functionCall) => {\n let entrypointsByFunctionName: Record<\n string,\n AnnotatedFunction<any[]>\n > = {};\n for (let entryPoint of entryPoints) {\n entrypointsByFunctionName[entryPoint.name] = entryPoint;\n }\n\n const entryPointFunction =\n entrypointsByFunctionName[functionCall.name || \"\"];\n if (entryPointFunction) {\n let parsedFunctionCallArguments: Record<string, any>[] = [];\n if (functionCall.arguments) {\n parsedFunctionCallArguments = JSON.parse(functionCall.arguments);\n }\n\n const paramsInCorrectOrder: any[] = [];\n for (let arg of entryPointFunction.argumentAnnotations) {\n paramsInCorrectOrder.push(\n parsedFunctionCallArguments[\n arg.name as keyof typeof parsedFunctionCallArguments\n ]\n );\n }\n\n await entryPointFunction.implementation(...paramsInCorrectOrder);\n\n // commented out becasue for now we don't want to return anything\n // const result = await entryPointFunction.implementation(\n // ...parsedFunctionCallArguments\n // );\n // const functionResponse: ChatRequest = {\n // messages: [\n // ...chatMessages,\n // {\n // id: nanoid(),\n // name: functionCall.name,\n // role: 'function' as const,\n // content: JSON.stringify(result),\n // },\n // ],\n // };\n\n // return functionResponse;\n }\n };\n}\n\nfunction entryPointsToChatCompletionFunctions(\n entryPoints: AnnotatedFunction<any[]>[]\n): ChatCompletionCreateParams.Function[] {\n return entryPoints.map(annotatedFunctionToChatCompletionFunction);\n}\n\nfunction annotatedFunctionToChatCompletionFunction(\n annotatedFunction: AnnotatedFunction<any[]>\n): ChatCompletionCreateParams.Function {\n // Create the parameters object based on the argumentAnnotations\n let parameters: { [key: string]: any } = {};\n for (let arg of annotatedFunction.argumentAnnotations) {\n // isolate the args we should forward inline\n let { name, required, ...forwardedArgs } = arg;\n parameters[arg.name] = forwardedArgs;\n }\n\n let requiredParameterNames: string[] = [];\n for (let arg of annotatedFunction.argumentAnnotations) {\n if (arg.required) {\n requiredParameterNames.push(arg.name);\n }\n }\n\n // Create the ChatCompletionFunctions object\n let chatCompletionFunction: ChatCompletionCreateParams.Function = {\n name: annotatedFunction.name,\n description: annotatedFunction.description,\n parameters: {\n type: \"object\",\n properties: parameters,\n required: requiredParameterNames,\n },\n };\n\n return chatCompletionFunction;\n}\n"]}
@@ -1,4 +1,4 @@
1
- import { CopilotContext } from './chunk-X3CGMLW5.mjs';
1
+ import { CopilotContext } from './chunk-X24EEZGG.mjs';
2
2
  import { useContext, useRef, useEffect } from 'react';
3
3
 
4
4
  function useMakeCopilotReadable(information, parentId, categories) {
@@ -16,4 +16,4 @@ function useMakeCopilotReadable(information, parentId, categories) {
16
16
 
17
17
  export { useMakeCopilotReadable };
18
18
  //# sourceMappingURL=out.js.map
19
- //# sourceMappingURL=chunk-TNU2L6FJ.mjs.map
19
+ //# sourceMappingURL=chunk-G5LZS72K.mjs.map
@@ -1,4 +1,4 @@
1
- import { CopilotContext } from './chunk-X3CGMLW5.mjs';
1
+ import { CopilotContext } from './chunk-X24EEZGG.mjs';
2
2
  import { useRef, useContext, useMemo, useEffect } from 'react';
3
3
  import { nanoid } from 'nanoid';
4
4
 
@@ -27,4 +27,4 @@ function useMakeCopilotActionable(annotatedFunction, dependencies) {
27
27
 
28
28
  export { useMakeCopilotActionable };
29
29
  //# sourceMappingURL=out.js.map
30
- //# sourceMappingURL=chunk-PRQLPFIA.mjs.map
30
+ //# sourceMappingURL=chunk-P3QUZTN7.mjs.map
@@ -1,4 +1,5 @@
1
- import { CopilotContext, copilotApiConfigExtrapolator } from './chunk-X3CGMLW5.mjs';
1
+ import { defaultCopilotContextCategories } from './chunk-FIYUJVWU.mjs';
2
+ import { CopilotContext, copilotApiConfigExtrapolator } from './chunk-X24EEZGG.mjs';
2
3
  import { __objRest, __spreadProps, __spreadValues } from './chunk-MRXNTQOX.mjs';
3
4
  import { useContext, useMemo } from 'react';
4
5
  import { useChat } from 'ai/react';
@@ -17,7 +18,7 @@ function useCopilotChat(_a) {
17
18
  } = useContext(CopilotContext);
18
19
  const systemMessage = useMemo(() => {
19
20
  const systemMessageMaker = makeSystemMessage || defaultSystemMessage;
20
- const contextString = getContextString([]);
21
+ const contextString = getContextString([], defaultCopilotContextCategories);
21
22
  return {
22
23
  id: "system",
23
24
  content: systemMessageMaker(contextString),
@@ -78,4 +79,4 @@ If you would like to call a function, call it without saying anything else.
78
79
 
79
80
  export { defaultSystemMessage, useCopilotChat };
80
81
  //# sourceMappingURL=out.js.map
81
- //# sourceMappingURL=chunk-ATMIAPXE.mjs.map
82
+ //# sourceMappingURL=chunk-PRPQRCVY.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/hooks/use-copilot-chat.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,SAAS,SAAS,kBAAkB;AAMpC,SAAS,eAAe;AAwBjB,SAAS,eAAe,IAGiB;AAHjB,eAC7B;AAAA;AAAA,EA/BF,IA8B+B,IAE1B,oBAF0B,IAE1B;AAAA,IADH;AAAA;AAGA,QAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF,IAAI,WAAW,cAAc;AAE7B,QAAM,gBAAyB,QAAQ,MAAM;AAC3C,UAAM,qBAAqB,qBAAqB;AAChD,UAAM,gBAAgB,iBAAiB,CAAC,GAAG,+BAA+B;AAE1E,WAAO;AAAA,MACL,IAAI;AAAA,MACJ,SAAS,mBAAmB,aAAa;AAAA,MACzC,MAAM;AAAA,IACR;AAAA,EACF,GAAG,CAAC,kBAAkB,iBAAiB,CAAC;AAExC,QAAM,6BAA6B,CAAC,aAAa,EAAE;AAAA,IACjD,QAAQ,mBAAmB,CAAC;AAAA,EAC9B;AAEA,QAAM,uBAAuB,QAAQ,MAAM;AACzC,WAAO,sCAAsC;AAAA,EAC/C,GAAG,CAAC,qCAAqC,CAAC;AAE1C,QAAM,EAAE,UAAU,QAAQ,QAAQ,MAAM,WAAW,OAAO,SAAS,IACjE,QAAQ,iCACH,UADG;AAAA,IAEN,KAAK,6BAA6B,gBAAgB,EAAE;AAAA,IACpD,IAAI,QAAQ;AAAA,IACZ,iBAAiB;AAAA,IACjB,6BAA6B,uBAAuB;AAAA,IACpD,SAAS,kCAAK,iBAAiB,UAAY,QAAQ;AAAA,IACnD,MAAM;AAAA,MACJ,IAAI,QAAQ;AAAA,MACZ,WAAW;AAAA,OACR,iBAAiB,OACjB,QAAQ;AAAA,EAEf,EAAC;AAEH,QAAM,kBAAkB,SAAS;AAAA,IAC/B,CAAC,YAAY,QAAQ,SAAS,UAAU,QAAQ,SAAS;AAAA,EAC3D;AAEA,SAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;AAEO,SAAS,qBAAqB,eAA+B;AAClE,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWF","sourcesContent":["import { useMemo, useContext } from \"react\";\nimport {\n CopilotContext,\n CopilotContextParams,\n copilotApiConfigExtrapolator,\n} from \"../context/copilot-context\";\nimport { useChat } from \"ai/react\";\nimport { ChatRequestOptions, CreateMessage, Message } from \"ai\";\nimport { UseChatOptions } from \"ai\";\nimport { defaultCopilotContextCategories } from \"../components\";\n\nexport interface UseCopilotChatOptions extends UseChatOptions {\n makeSystemMessage?: (contextString: string) => string;\n}\n\nexport interface UseCopilotChatReturn {\n visibleMessages: Message[];\n append: (\n message: Message | CreateMessage,\n chatRequestOptions?: ChatRequestOptions\n ) => Promise<string | null | undefined>;\n reload: (\n chatRequestOptions?: ChatRequestOptions\n ) => Promise<string | null | undefined>;\n stop: () => void;\n isLoading: boolean;\n input: string;\n setInput: React.Dispatch<React.SetStateAction<string>>;\n}\n\nexport function useCopilotChat({\n makeSystemMessage,\n ...options\n}: UseCopilotChatOptions): UseCopilotChatReturn {\n const {\n getContextString,\n getChatCompletionFunctionDescriptions,\n getFunctionCallHandler,\n copilotApiConfig,\n } = useContext(CopilotContext);\n\n const systemMessage: Message = useMemo(() => {\n const systemMessageMaker = makeSystemMessage || defaultSystemMessage;\n const contextString = getContextString([], defaultCopilotContextCategories); // TODO: make the context categories configurable\n\n return {\n id: \"system\",\n content: systemMessageMaker(contextString),\n role: \"system\",\n };\n }, [getContextString, makeSystemMessage]);\n\n const initialMessagesWithContext = [systemMessage].concat(\n options.initialMessages || []\n );\n\n const functionDescriptions = useMemo(() => {\n return getChatCompletionFunctionDescriptions();\n }, [getChatCompletionFunctionDescriptions]);\n\n const { messages, append, reload, stop, isLoading, input, setInput } =\n useChat({\n ...options,\n api: copilotApiConfigExtrapolator(copilotApiConfig).chatApiEndpoint,\n id: options.id,\n initialMessages: initialMessagesWithContext,\n experimental_onFunctionCall: getFunctionCallHandler(),\n headers: { ...copilotApiConfig.headers, ...options.headers },\n body: {\n id: options.id,\n functions: functionDescriptions,\n ...copilotApiConfig.body,\n ...options.body,\n },\n });\n\n const visibleMessages = messages.filter(\n (message) => message.role === \"user\" || message.role === \"assistant\"\n );\n\n return {\n visibleMessages,\n append,\n reload,\n stop,\n isLoading,\n input,\n setInput,\n };\n}\n\nexport function defaultSystemMessage(contextString: string): string {\n return `\nPlease act as an efficient, competent, conscientious, and industrious professional assistant.\n\nHelp the user achieve their goals, and you do so in a way that is as efficient as possible, without unnecessary fluff, but also without sacrificing professionalism.\nAlways be polite and respectful, and prefer brevity over verbosity.\n\nThe user has provided you with the following context:\n\\`\\`\\`\n${contextString}\n\\`\\`\\`\n\nThey have also provided you with functions you can call to initiate actions on their behalf, or functions you can call to receive more information.\n\nPlease assist them as best you can.\n\nYou can ask them for clarifying questions if needed, but don't be annoying about it. If you can reasonably 'fill in the blanks' yourself, do so.\n\nIf you would like to call a function, call it without saying anything else.\n`;\n}\n"]}
@@ -16,11 +16,11 @@ var emptyCopilotContext = {
16
16
  },
17
17
  getChatCompletionFunctionDescriptions: () => returnAndThrowInDebug(),
18
18
  getFunctionCallHandler: () => returnAndThrowInDebug(),
19
- getContextString: (documents) => returnAndThrowInDebug(),
19
+ getContextString: (documents, categories) => returnAndThrowInDebug(),
20
20
  addContext: () => "",
21
21
  removeContext: () => {
22
22
  },
23
- getDocumentsContext: () => returnAndThrowInDebug(),
23
+ getDocumentsContext: (categories) => returnAndThrowInDebug(),
24
24
  addDocumentContext: () => returnAndThrowInDebug(),
25
25
  removeDocumentContext: () => {
26
26
  },
@@ -47,4 +47,4 @@ function returnAndThrowInDebug(value) {
47
47
 
48
48
  export { CopilotContext, copilotApiConfigExtrapolator };
49
49
  //# sourceMappingURL=out.js.map
50
- //# sourceMappingURL=chunk-X3CGMLW5.mjs.map
50
+ //# sourceMappingURL=chunk-X24EEZGG.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/context/copilot-context.tsx"],"names":[],"mappings":";;;;;AAGA,OAAO,WAAW;AAHlB;AA2CO,SAAS,6BAA6B,QAA0B;AACrE,SAAO;AAAA,IACL,IAAI,kBAA0B;AAC5B,aAAO,GAAG,OAAO;AAAA,IACnB;AAAA,EACF;AACF;AAkCA,IAAM,sBAA4C;AAAA,EAChD,aAAa,CAAC;AAAA,EACd,eAAe,MAAM;AAAA,EAAC;AAAA,EACtB,kBAAkB,MAAM;AAAA,EAAC;AAAA,EACzB,uCAAuC,MAAM,sBAAsB,CAAC,CAAC;AAAA,EACrE,wBAAwB,MAAM,sBAAsB,MAAY;AAAA,EAAC,EAAC;AAAA,EAElE,kBAAkB,CAAC,WAA8B,eAC/C,sBAAsB,EAAE;AAAA,EAC1B,YAAY,MAAM;AAAA,EAClB,eAAe,MAAM;AAAA,EAAC;AAAA,EAEtB,qBAAqB,CAAC,eAAyB,sBAAsB,CAAC,CAAC;AAAA,EACvE,oBAAoB,MAAM,sBAAsB,EAAE;AAAA,EAClD,uBAAuB,MAAM;AAAA,EAAC;AAAA,EAE9B,kBAAkB,IAAK,MAAkC;AAAA,IACvD,IAAI,kBAA0B;AAC5B,YAAM,IAAI;AAAA,QACR;AAAA,MACF;AAAA,IACF;AAAA,IACA,IAAI,UAAkC;AACpC,aAAO,CAAC;AAAA,IACV;AAAA,IACA,IAAI,OAA4B;AAC9B,aAAO,CAAC;AAAA,IACV;AAAA,EACF,EAAG;AACL;AAEO,IAAM,iBACX,MAAM,cAAoC,mBAAmB;AAE/D,SAAS,sBAAyB,OAAa;AAC7C,QAAM,IAAI;AAAA,IACR;AAAA,EACF;AACA,SAAO;AACT","sourcesContent":["\"use client\";\n\nimport { FunctionCallHandler } from \"ai\";\nimport React from \"react\";\nimport { TreeNodeId } from \"../hooks/use-tree\";\nimport { AnnotatedFunction } from \"../types/annotated-function\";\nimport { ChatCompletionCreateParams } from \"openai/resources/chat\";\nimport { DocumentPointer } from \"../types\";\n\n/**\n * Interface for the configuration of the Copilot API.\n */\nexport interface CopilotApiConfig {\n /**\n * The endpoint for the chat API.\n */\n chatApiEndpoint: string;\n\n /**\n * additional headers to be sent with the request\n * @default {}\n * @example\n * ```\n * {\n * 'Authorization': 'Bearer your_token_here'\n * }\n * ```\n */\n headers: Record<string, string>;\n\n /**\n * Additional body params to be sent with the request\n * @default {}\n * @example\n * ```\n * {\n * 'message': 'Hello, world!'\n * }\n * ```\n */\n body: Record<string, any>;\n}\n\nexport function copilotApiConfigExtrapolator(config: CopilotApiConfig) {\n return {\n get chatApiEndpoint(): string {\n return `${config.chatApiEndpoint}`;\n },\n };\n}\n\nexport interface CopilotContextParams {\n // function-calling\n entryPoints: Record<string, AnnotatedFunction<any[]>>;\n setEntryPoint: (id: string, entryPoint: AnnotatedFunction<any[]>) => void;\n removeEntryPoint: (id: string) => void;\n getChatCompletionFunctionDescriptions: () => ChatCompletionCreateParams.Function[];\n getFunctionCallHandler: () => FunctionCallHandler;\n\n // text context\n getContextString: (\n documents: DocumentPointer[],\n categories: string[]\n ) => string;\n addContext: (\n context: string,\n parentId?: string,\n categories?: string[]\n ) => TreeNodeId;\n removeContext: (id: TreeNodeId) => void;\n\n // document context\n getDocumentsContext: (categories: string[]) => DocumentPointer[];\n addDocumentContext: (\n documentPointer: DocumentPointer,\n categories?: string[]\n ) => TreeNodeId;\n removeDocumentContext: (documentId: string) => void;\n\n // api endpoints\n copilotApiConfig: CopilotApiConfig;\n}\n\nconst emptyCopilotContext: CopilotContextParams = {\n entryPoints: {},\n setEntryPoint: () => {},\n removeEntryPoint: () => {},\n getChatCompletionFunctionDescriptions: () => returnAndThrowInDebug([]),\n getFunctionCallHandler: () => returnAndThrowInDebug(async () => {}),\n\n getContextString: (documents: DocumentPointer[], categories: string[]) =>\n returnAndThrowInDebug(\"\"),\n addContext: () => \"\",\n removeContext: () => {},\n\n getDocumentsContext: (categories: string[]) => returnAndThrowInDebug([]),\n addDocumentContext: () => returnAndThrowInDebug(\"\"),\n removeDocumentContext: () => {},\n\n copilotApiConfig: new (class implements CopilotApiConfig {\n get chatApiEndpoint(): string {\n throw new Error(\n \"Remember to wrap your app in a `<CopilotProvider> {...} </CopilotProvider>` !!!\"\n );\n }\n get headers(): Record<string, string> {\n return {};\n }\n get body(): Record<string, any> {\n return {};\n }\n })(),\n};\n\nexport const CopilotContext =\n React.createContext<CopilotContextParams>(emptyCopilotContext);\n\nfunction returnAndThrowInDebug<T>(value: T): T {\n throw new Error(\n \"Remember to wrap your app in a `<CopilotProvider> {...} </CopilotProvider>` !!!\"\n );\n return value;\n}\n"]}
@@ -6,5 +6,6 @@ declare function CopilotProvider({ chatApiEndpoint, headers, body, children, }:
6
6
  body?: Record<string, any>;
7
7
  children: ReactNode;
8
8
  }): JSX.Element;
9
+ declare const defaultCopilotContextCategories: string[];
9
10
 
10
- export { CopilotProvider };
11
+ export { CopilotProvider, defaultCopilotContextCategories };
@@ -1,6 +1,6 @@
1
- export { CopilotProvider } from '../chunk-3EE3HCUI.mjs';
1
+ export { CopilotProvider, defaultCopilotContextCategories } from '../chunk-FIYUJVWU.mjs';
2
2
  import '../chunk-3BOHSSKR.mjs';
3
- import '../chunk-X3CGMLW5.mjs';
3
+ import '../chunk-X24EEZGG.mjs';
4
4
  import '../chunk-63ILXW5V.mjs';
5
5
  import '../chunk-MRXNTQOX.mjs';
6
6
  //# sourceMappingURL=out.js.map
@@ -1,2 +1,2 @@
1
- export { CopilotProvider } from './copilot-provider.js';
1
+ export { CopilotProvider, defaultCopilotContextCategories } from './copilot-provider.js';
2
2
  import 'react';
@@ -1,7 +1,7 @@
1
1
  import '../chunk-JD7BAH7U.mjs';
2
- export { CopilotProvider } from '../chunk-3EE3HCUI.mjs';
2
+ export { CopilotProvider, defaultCopilotContextCategories } from '../chunk-FIYUJVWU.mjs';
3
3
  import '../chunk-3BOHSSKR.mjs';
4
- import '../chunk-X3CGMLW5.mjs';
4
+ import '../chunk-X24EEZGG.mjs';
5
5
  import '../chunk-63ILXW5V.mjs';
6
6
  import '../chunk-MRXNTQOX.mjs';
7
7
  //# sourceMappingURL=out.js.map
@@ -45,10 +45,10 @@ interface CopilotContextParams {
45
45
  removeEntryPoint: (id: string) => void;
46
46
  getChatCompletionFunctionDescriptions: () => ChatCompletionCreateParams.Function[];
47
47
  getFunctionCallHandler: () => FunctionCallHandler;
48
- getContextString: (documents: DocumentPointer[], categories?: string[]) => string;
48
+ getContextString: (documents: DocumentPointer[], categories: string[]) => string;
49
49
  addContext: (context: string, parentId?: string, categories?: string[]) => TreeNodeId;
50
50
  removeContext: (id: TreeNodeId) => void;
51
- getDocumentsContext: (categories?: string[]) => DocumentPointer[];
51
+ getDocumentsContext: (categories: string[]) => DocumentPointer[];
52
52
  addDocumentContext: (documentPointer: DocumentPointer, categories?: string[]) => TreeNodeId;
53
53
  removeDocumentContext: (documentId: string) => void;
54
54
  copilotApiConfig: CopilotApiConfig;
@@ -1,4 +1,4 @@
1
- export { CopilotContext, copilotApiConfigExtrapolator } from '../chunk-X3CGMLW5.mjs';
1
+ export { CopilotContext, copilotApiConfigExtrapolator } from '../chunk-X24EEZGG.mjs';
2
2
  import '../chunk-MRXNTQOX.mjs';
3
3
  //# sourceMappingURL=out.js.map
4
4
  //# sourceMappingURL=copilot-context.mjs.map
@@ -1,5 +1,5 @@
1
1
  import '../chunk-YPSGKPDA.mjs';
2
- export { CopilotContext, copilotApiConfigExtrapolator } from '../chunk-X3CGMLW5.mjs';
2
+ export { CopilotContext, copilotApiConfigExtrapolator } from '../chunk-X24EEZGG.mjs';
3
3
  import '../chunk-MRXNTQOX.mjs';
4
4
  //# sourceMappingURL=out.js.map
5
5
  //# sourceMappingURL=index.mjs.map
@@ -1,9 +1,13 @@
1
1
  import '../chunk-QACD2U6P.mjs';
2
- export { useMakeCopilotActionable } from '../chunk-PRQLPFIA.mjs';
3
- export { useMakeCopilotDocumentReadable } from '../chunk-IMNFO2OZ.mjs';
4
- export { useMakeCopilotReadable } from '../chunk-TNU2L6FJ.mjs';
5
- export { useCopilotChat } from '../chunk-ATMIAPXE.mjs';
6
- import '../chunk-X3CGMLW5.mjs';
2
+ export { useMakeCopilotActionable } from '../chunk-P3QUZTN7.mjs';
3
+ export { useMakeCopilotDocumentReadable } from '../chunk-AMFRKVFT.mjs';
4
+ export { useMakeCopilotReadable } from '../chunk-G5LZS72K.mjs';
5
+ export { useCopilotChat } from '../chunk-PRPQRCVY.mjs';
6
+ import '../chunk-JD7BAH7U.mjs';
7
+ import '../chunk-FIYUJVWU.mjs';
8
+ import '../chunk-3BOHSSKR.mjs';
9
+ import '../chunk-X24EEZGG.mjs';
10
+ import '../chunk-63ILXW5V.mjs';
7
11
  import '../chunk-MRXNTQOX.mjs';
8
12
  //# sourceMappingURL=out.js.map
9
13
  //# sourceMappingURL=index.mjs.map
@@ -1,5 +1,9 @@
1
- export { defaultSystemMessage, useCopilotChat } from '../chunk-ATMIAPXE.mjs';
2
- import '../chunk-X3CGMLW5.mjs';
1
+ export { defaultSystemMessage, useCopilotChat } from '../chunk-PRPQRCVY.mjs';
2
+ import '../chunk-JD7BAH7U.mjs';
3
+ import '../chunk-FIYUJVWU.mjs';
4
+ import '../chunk-3BOHSSKR.mjs';
5
+ import '../chunk-X24EEZGG.mjs';
6
+ import '../chunk-63ILXW5V.mjs';
3
7
  import '../chunk-MRXNTQOX.mjs';
4
8
  //# sourceMappingURL=out.js.map
5
9
  //# sourceMappingURL=use-copilot-chat.mjs.map
@@ -1,5 +1,5 @@
1
- export { useMakeCopilotActionable } from '../chunk-PRQLPFIA.mjs';
2
- import '../chunk-X3CGMLW5.mjs';
1
+ export { useMakeCopilotActionable } from '../chunk-P3QUZTN7.mjs';
2
+ import '../chunk-X24EEZGG.mjs';
3
3
  import '../chunk-MRXNTQOX.mjs';
4
4
  //# sourceMappingURL=out.js.map
5
5
  //# sourceMappingURL=use-make-copilot-actionable.mjs.map
@@ -1,11 +1,11 @@
1
1
  import { DocumentPointer } from '../types/document-pointer.js';
2
2
 
3
3
  /**
4
- * Adds the given information to the Copilot context to make it readable by Copilot.
5
- * @param information - The information to be added to the Copilot context.
6
- * @param parentId - The ID of the parent context, if any.
7
- * @param categories - An array of categories to control which context are visible where. Particularly useful with CopilotTextarea (see `useMakeAutosuggestionFunction`)
8
- * @returns The ID of the added context.
4
+ * Makes a document readable by Copilot.
5
+ * @param document The document to make readable.
6
+ * @param categories The categories to associate with the document.
7
+ * @param dependencies The dependencies to use for the effect.
8
+ * @returns The id of the document.
9
9
  */
10
10
  declare function useMakeCopilotDocumentReadable(document: DocumentPointer, categories?: string[], dependencies?: any[]): string | undefined;
11
11
 
@@ -1,5 +1,5 @@
1
- export { useMakeCopilotDocumentReadable } from '../chunk-IMNFO2OZ.mjs';
2
- import '../chunk-X3CGMLW5.mjs';
1
+ export { useMakeCopilotDocumentReadable } from '../chunk-AMFRKVFT.mjs';
2
+ import '../chunk-X24EEZGG.mjs';
3
3
  import '../chunk-MRXNTQOX.mjs';
4
4
  //# sourceMappingURL=out.js.map
5
5
  //# sourceMappingURL=use-make-copilot-document-readable.mjs.map
@@ -1,5 +1,5 @@
1
- export { useMakeCopilotReadable } from '../chunk-TNU2L6FJ.mjs';
2
- import '../chunk-X3CGMLW5.mjs';
1
+ export { useMakeCopilotReadable } from '../chunk-G5LZS72K.mjs';
2
+ import '../chunk-X24EEZGG.mjs';
3
3
  import '../chunk-MRXNTQOX.mjs';
4
4
  //# sourceMappingURL=out.js.map
5
5
  //# sourceMappingURL=use-make-copilot-readable.mjs.map
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { CopilotProvider } from './components/copilot-provider.js';
1
+ export { CopilotProvider, defaultCopilotContextCategories } from './components/copilot-provider.js';
2
2
  export { CopilotApiConfig, CopilotContext, CopilotContextParams, copilotApiConfigExtrapolator } from './context/copilot-context.js';
3
3
  export { UseCopilotChatOptions, UseCopilotChatReturn, useCopilotChat } from './hooks/use-copilot-chat.js';
4
4
  export { useMakeCopilotActionable } from './hooks/use-make-copilot-actionable.js';
package/dist/index.mjs CHANGED
@@ -1,14 +1,14 @@
1
1
  import './chunk-EFZPSZWO.mjs';
2
- import './chunk-JD7BAH7U.mjs';
3
- export { CopilotProvider } from './chunk-3EE3HCUI.mjs';
4
- import './chunk-3BOHSSKR.mjs';
5
2
  import './chunk-YPSGKPDA.mjs';
6
3
  import './chunk-QACD2U6P.mjs';
7
- export { useMakeCopilotActionable } from './chunk-PRQLPFIA.mjs';
8
- export { useMakeCopilotDocumentReadable } from './chunk-IMNFO2OZ.mjs';
9
- export { useMakeCopilotReadable } from './chunk-TNU2L6FJ.mjs';
10
- export { useCopilotChat } from './chunk-ATMIAPXE.mjs';
11
- export { CopilotContext, copilotApiConfigExtrapolator } from './chunk-X3CGMLW5.mjs';
4
+ export { useMakeCopilotActionable } from './chunk-P3QUZTN7.mjs';
5
+ export { useMakeCopilotDocumentReadable } from './chunk-AMFRKVFT.mjs';
6
+ export { useMakeCopilotReadable } from './chunk-G5LZS72K.mjs';
7
+ export { useCopilotChat } from './chunk-PRPQRCVY.mjs';
8
+ import './chunk-JD7BAH7U.mjs';
9
+ export { CopilotProvider, defaultCopilotContextCategories } from './chunk-FIYUJVWU.mjs';
10
+ import './chunk-3BOHSSKR.mjs';
11
+ export { CopilotContext, copilotApiConfigExtrapolator } from './chunk-X24EEZGG.mjs';
12
12
  import './chunk-63ILXW5V.mjs';
13
13
  import './chunk-MRXNTQOX.mjs';
14
14
  //# sourceMappingURL=out.js.map
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.11.0-alpha.7",
7
+ "version": "0.13.0",
8
8
  "sideEffects": false,
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.mjs",
@@ -24,7 +24,7 @@
24
24
  "tsup": "^6.5.0",
25
25
  "typescript": "^4.9.4",
26
26
  "eslint-config-custom": "0.2.0",
27
- "tsconfig": "0.5.0-alpha.2"
27
+ "tsconfig": "0.5.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "ai": "^2.2.12",
@@ -51,7 +51,7 @@ export function CopilotProvider({
51
51
  }, []);
52
52
 
53
53
  const getContextString = useCallback(
54
- (documents: DocumentPointer[], categories: string[] = ["global"]) => {
54
+ (documents: DocumentPointer[], categories: string[]) => {
55
55
  const documentsString = documents
56
56
  .map((document) => {
57
57
  return `${document.name} (${
@@ -68,7 +68,11 @@ export function CopilotProvider({
68
68
  );
69
69
 
70
70
  const addContext = useCallback(
71
- (context: string, parentId?: string, categories: string[] = ["global"]) => {
71
+ (
72
+ context: string,
73
+ parentId?: string,
74
+ categories: string[] = defaultCopilotContextCategories
75
+ ) => {
72
76
  return addElement(context, categories, parentId);
73
77
  },
74
78
  [addElement]
@@ -90,14 +94,17 @@ export function CopilotProvider({
90
94
  }, [entryPoints]);
91
95
 
92
96
  const getDocumentsContext = useCallback(
93
- (categories: string[] = ["global"]) => {
97
+ (categories: string[]) => {
94
98
  return allDocuments(categories);
95
99
  },
96
100
  [allDocuments]
97
101
  );
98
102
 
99
103
  const addDocumentContext = useCallback(
100
- (documentPointer: DocumentPointer, categories: string[] = ["global"]) => {
104
+ (
105
+ documentPointer: DocumentPointer,
106
+ categories: string[] = defaultCopilotContextCategories
107
+ ) => {
101
108
  return addDocument(documentPointer, categories);
102
109
  },
103
110
  [addDocument]
@@ -136,6 +143,8 @@ export function CopilotProvider({
136
143
  );
137
144
  }
138
145
 
146
+ export const defaultCopilotContextCategories = ["global"];
147
+
139
148
  function entryPointsToFunctionCallHandler(
140
149
  entryPoints: AnnotatedFunction<any[]>[]
141
150
  ): FunctionCallHandler {
@@ -1 +1,4 @@
1
- export { CopilotProvider } from "./copilot-provider";
1
+ export {
2
+ CopilotProvider,
3
+ defaultCopilotContextCategories,
4
+ } from "./copilot-provider";
@@ -60,7 +60,7 @@ export interface CopilotContextParams {
60
60
  // text context
61
61
  getContextString: (
62
62
  documents: DocumentPointer[],
63
- categories?: string[]
63
+ categories: string[]
64
64
  ) => string;
65
65
  addContext: (
66
66
  context: string,
@@ -70,7 +70,7 @@ export interface CopilotContextParams {
70
70
  removeContext: (id: TreeNodeId) => void;
71
71
 
72
72
  // document context
73
- getDocumentsContext: (categories?: string[]) => DocumentPointer[];
73
+ getDocumentsContext: (categories: string[]) => DocumentPointer[];
74
74
  addDocumentContext: (
75
75
  documentPointer: DocumentPointer,
76
76
  categories?: string[]
@@ -88,11 +88,12 @@ const emptyCopilotContext: CopilotContextParams = {
88
88
  getChatCompletionFunctionDescriptions: () => returnAndThrowInDebug([]),
89
89
  getFunctionCallHandler: () => returnAndThrowInDebug(async () => {}),
90
90
 
91
- getContextString: (documents: DocumentPointer[]) => returnAndThrowInDebug(""),
91
+ getContextString: (documents: DocumentPointer[], categories: string[]) =>
92
+ returnAndThrowInDebug(""),
92
93
  addContext: () => "",
93
94
  removeContext: () => {},
94
95
 
95
- getDocumentsContext: () => returnAndThrowInDebug([]),
96
+ getDocumentsContext: (categories: string[]) => returnAndThrowInDebug([]),
96
97
  addDocumentContext: () => returnAndThrowInDebug(""),
97
98
  removeDocumentContext: () => {},
98
99
 
@@ -7,6 +7,7 @@ import {
7
7
  import { useChat } from "ai/react";
8
8
  import { ChatRequestOptions, CreateMessage, Message } from "ai";
9
9
  import { UseChatOptions } from "ai";
10
+ import { defaultCopilotContextCategories } from "../components";
10
11
 
11
12
  export interface UseCopilotChatOptions extends UseChatOptions {
12
13
  makeSystemMessage?: (contextString: string) => string;
@@ -40,7 +41,7 @@ export function useCopilotChat({
40
41
 
41
42
  const systemMessage: Message = useMemo(() => {
42
43
  const systemMessageMaker = makeSystemMessage || defaultSystemMessage;
43
- const contextString = getContextString([]);
44
+ const contextString = getContextString([], defaultCopilotContextCategories); // TODO: make the context categories configurable
44
45
 
45
46
  return {
46
47
  id: "system",
@@ -5,11 +5,11 @@ import { CopilotContext } from "../context/copilot-context";
5
5
  import { DocumentPointer } from "../types";
6
6
 
7
7
  /**
8
- * Adds the given information to the Copilot context to make it readable by Copilot.
9
- * @param information - The information to be added to the Copilot context.
10
- * @param parentId - The ID of the parent context, if any.
11
- * @param categories - An array of categories to control which context are visible where. Particularly useful with CopilotTextarea (see `useMakeAutosuggestionFunction`)
12
- * @returns The ID of the added context.
8
+ * Makes a document readable by Copilot.
9
+ * @param document The document to make readable.
10
+ * @param categories The categories to associate with the document.
11
+ * @param dependencies The dependencies to use for the effect.
12
+ * @returns The id of the document.
13
13
  */
14
14
  export function useMakeCopilotDocumentReadable(
15
15
  document: DocumentPointer,
@@ -27,7 +27,7 @@ export function useMakeCopilotDocumentReadable(
27
27
  return () => {
28
28
  removeDocumentContext(id);
29
29
  };
30
- }, [categories, addDocumentContext, removeDocumentContext, ...dependencies]);
30
+ }, [addDocumentContext, removeDocumentContext, ...dependencies]);
31
31
 
32
32
  return idRef.current;
33
33
  }
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/components/copilot-provider.tsx"],"names":[],"mappings":"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","sourcesContent":["\"use client\";\nimport { FunctionCallHandler } from \"ai\";\nimport { ReactNode, useCallback, useState } from \"react\";\nimport { CopilotContext, CopilotApiConfig } from \"../context/copilot-context\";\nimport useTree from \"../hooks/use-tree\";\nimport { AnnotatedFunction } from \"../types/annotated-function\";\nimport { ChatCompletionCreateParams } from \"openai/resources/chat\";\nimport { DocumentPointer } from \"../types\";\nimport useFlatCategoryStore from \"../hooks/use-flat-category-store\";\n\nexport function CopilotProvider({\n chatApiEndpoint,\n headers,\n body,\n children,\n}: {\n chatApiEndpoint: string;\n headers?: Record<string, string>;\n body?: Record<string, any>;\n children: ReactNode;\n}): JSX.Element {\n const [entryPoints, setEntryPoints] = useState<\n Record<string, AnnotatedFunction<any[]>>\n >({});\n\n const { addElement, removeElement, printTree } = useTree();\n const {\n addElement: addDocument,\n removeElement: removeDocument,\n allElements: allDocuments,\n } = useFlatCategoryStore<DocumentPointer>();\n\n const setEntryPoint = useCallback(\n (id: string, entryPoint: AnnotatedFunction<any[]>) => {\n setEntryPoints((prevPoints) => {\n return {\n ...prevPoints,\n [id]: entryPoint,\n };\n });\n },\n []\n );\n\n const removeEntryPoint = useCallback((id: string) => {\n setEntryPoints((prevPoints) => {\n const newPoints = { ...prevPoints };\n delete newPoints[id];\n return newPoints;\n });\n }, []);\n\n const getContextString = useCallback(\n (documents: DocumentPointer[], categories: string[] = [\"global\"]) => {\n const documentsString = documents\n .map((document) => {\n return `${document.name} (${\n document.sourceApplication\n }):\\n${document.getContents()}`;\n })\n .join(\"\\n\\n\");\n\n const nonDocumentStrings = printTree(categories);\n\n return `${documentsString}\\n\\n${nonDocumentStrings}`;\n },\n [printTree]\n );\n\n const addContext = useCallback(\n (context: string, parentId?: string, categories: string[] = [\"global\"]) => {\n return addElement(context, categories, parentId);\n },\n [addElement]\n );\n\n const removeContext = useCallback(\n (id: string) => {\n removeElement(id);\n },\n [removeElement]\n );\n\n const getChatCompletionFunctionDescriptions = useCallback(() => {\n return entryPointsToChatCompletionFunctions(Object.values(entryPoints));\n }, [entryPoints]);\n\n const getFunctionCallHandler = useCallback(() => {\n return entryPointsToFunctionCallHandler(Object.values(entryPoints));\n }, [entryPoints]);\n\n const getDocumentsContext = useCallback(\n (categories: string[] = [\"global\"]) => {\n return allDocuments(categories);\n },\n [allDocuments]\n );\n\n const addDocumentContext = useCallback(\n (documentPointer: DocumentPointer, categories: string[] = [\"global\"]) => {\n return addDocument(documentPointer, categories);\n },\n [addDocument]\n );\n\n const removeDocumentContext = useCallback(\n (documentId: string) => {\n removeDocument(documentId);\n },\n [removeDocument]\n );\n\n return (\n <CopilotContext.Provider\n value={{\n entryPoints,\n getChatCompletionFunctionDescriptions,\n getFunctionCallHandler,\n setEntryPoint,\n removeEntryPoint,\n getContextString,\n addContext,\n removeContext,\n getDocumentsContext,\n addDocumentContext,\n removeDocumentContext,\n copilotApiConfig: {\n chatApiEndpoint,\n headers: headers || {},\n body: body || {},\n },\n }}\n >\n {children}\n </CopilotContext.Provider>\n );\n}\n\nfunction entryPointsToFunctionCallHandler(\n entryPoints: AnnotatedFunction<any[]>[]\n): FunctionCallHandler {\n return async (chatMessages, functionCall) => {\n let entrypointsByFunctionName: Record<\n string,\n AnnotatedFunction<any[]>\n > = {};\n for (let entryPoint of entryPoints) {\n entrypointsByFunctionName[entryPoint.name] = entryPoint;\n }\n\n const entryPointFunction =\n entrypointsByFunctionName[functionCall.name || \"\"];\n if (entryPointFunction) {\n let parsedFunctionCallArguments: Record<string, any>[] = [];\n if (functionCall.arguments) {\n parsedFunctionCallArguments = JSON.parse(functionCall.arguments);\n }\n\n const paramsInCorrectOrder: any[] = [];\n for (let arg of entryPointFunction.argumentAnnotations) {\n paramsInCorrectOrder.push(\n parsedFunctionCallArguments[\n arg.name as keyof typeof parsedFunctionCallArguments\n ]\n );\n }\n\n await entryPointFunction.implementation(...paramsInCorrectOrder);\n\n // commented out becasue for now we don't want to return anything\n // const result = await entryPointFunction.implementation(\n // ...parsedFunctionCallArguments\n // );\n // const functionResponse: ChatRequest = {\n // messages: [\n // ...chatMessages,\n // {\n // id: nanoid(),\n // name: functionCall.name,\n // role: 'function' as const,\n // content: JSON.stringify(result),\n // },\n // ],\n // };\n\n // return functionResponse;\n }\n };\n}\n\nfunction entryPointsToChatCompletionFunctions(\n entryPoints: AnnotatedFunction<any[]>[]\n): ChatCompletionCreateParams.Function[] {\n return entryPoints.map(annotatedFunctionToChatCompletionFunction);\n}\n\nfunction annotatedFunctionToChatCompletionFunction(\n annotatedFunction: AnnotatedFunction<any[]>\n): ChatCompletionCreateParams.Function {\n // Create the parameters object based on the argumentAnnotations\n let parameters: { [key: string]: any } = {};\n for (let arg of annotatedFunction.argumentAnnotations) {\n // isolate the args we should forward inline\n let { name, required, ...forwardedArgs } = arg;\n parameters[arg.name] = forwardedArgs;\n }\n\n let requiredParameterNames: string[] = [];\n for (let arg of annotatedFunction.argumentAnnotations) {\n if (arg.required) {\n requiredParameterNames.push(arg.name);\n }\n }\n\n // Create the ChatCompletionFunctions object\n let chatCompletionFunction: ChatCompletionCreateParams.Function = {\n name: annotatedFunction.name,\n description: annotatedFunction.description,\n parameters: {\n type: \"object\",\n properties: parameters,\n required: requiredParameterNames,\n },\n };\n\n return chatCompletionFunction;\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/hooks/use-copilot-chat.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,SAAS,SAAS,kBAAkB;AAMpC,SAAS,eAAe;AAuBjB,SAAS,eAAe,IAGiB;AAHjB,eAC7B;AAAA;AAAA,EA9BF,IA6B+B,IAE1B,oBAF0B,IAE1B;AAAA,IADH;AAAA;AAGA,QAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF,IAAI,WAAW,cAAc;AAE7B,QAAM,gBAAyB,QAAQ,MAAM;AAC3C,UAAM,qBAAqB,qBAAqB;AAChD,UAAM,gBAAgB,iBAAiB,CAAC,CAAC;AAEzC,WAAO;AAAA,MACL,IAAI;AAAA,MACJ,SAAS,mBAAmB,aAAa;AAAA,MACzC,MAAM;AAAA,IACR;AAAA,EACF,GAAG,CAAC,kBAAkB,iBAAiB,CAAC;AAExC,QAAM,6BAA6B,CAAC,aAAa,EAAE;AAAA,IACjD,QAAQ,mBAAmB,CAAC;AAAA,EAC9B;AAEA,QAAM,uBAAuB,QAAQ,MAAM;AACzC,WAAO,sCAAsC;AAAA,EAC/C,GAAG,CAAC,qCAAqC,CAAC;AAE1C,QAAM,EAAE,UAAU,QAAQ,QAAQ,MAAM,WAAW,OAAO,SAAS,IACjE,QAAQ,iCACH,UADG;AAAA,IAEN,KAAK,6BAA6B,gBAAgB,EAAE;AAAA,IACpD,IAAI,QAAQ;AAAA,IACZ,iBAAiB;AAAA,IACjB,6BAA6B,uBAAuB;AAAA,IACpD,SAAS,kCAAK,iBAAiB,UAAY,QAAQ;AAAA,IACnD,MAAM;AAAA,MACJ,IAAI,QAAQ;AAAA,MACZ,WAAW;AAAA,OACR,iBAAiB,OACjB,QAAQ;AAAA,EAEf,EAAC;AAEH,QAAM,kBAAkB,SAAS;AAAA,IAC/B,CAAC,YAAY,QAAQ,SAAS,UAAU,QAAQ,SAAS;AAAA,EAC3D;AAEA,SAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;AAEO,SAAS,qBAAqB,eAA+B;AAClE,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWF","sourcesContent":["import { useMemo, useContext } from \"react\";\nimport {\n CopilotContext,\n CopilotContextParams,\n copilotApiConfigExtrapolator,\n} from \"../context/copilot-context\";\nimport { useChat } from \"ai/react\";\nimport { ChatRequestOptions, CreateMessage, Message } from \"ai\";\nimport { UseChatOptions } from \"ai\";\n\nexport interface UseCopilotChatOptions extends UseChatOptions {\n makeSystemMessage?: (contextString: string) => string;\n}\n\nexport interface UseCopilotChatReturn {\n visibleMessages: Message[];\n append: (\n message: Message | CreateMessage,\n chatRequestOptions?: ChatRequestOptions\n ) => Promise<string | null | undefined>;\n reload: (\n chatRequestOptions?: ChatRequestOptions\n ) => Promise<string | null | undefined>;\n stop: () => void;\n isLoading: boolean;\n input: string;\n setInput: React.Dispatch<React.SetStateAction<string>>;\n}\n\nexport function useCopilotChat({\n makeSystemMessage,\n ...options\n}: UseCopilotChatOptions): UseCopilotChatReturn {\n const {\n getContextString,\n getChatCompletionFunctionDescriptions,\n getFunctionCallHandler,\n copilotApiConfig,\n } = useContext(CopilotContext);\n\n const systemMessage: Message = useMemo(() => {\n const systemMessageMaker = makeSystemMessage || defaultSystemMessage;\n const contextString = getContextString([]);\n\n return {\n id: \"system\",\n content: systemMessageMaker(contextString),\n role: \"system\",\n };\n }, [getContextString, makeSystemMessage]);\n\n const initialMessagesWithContext = [systemMessage].concat(\n options.initialMessages || []\n );\n\n const functionDescriptions = useMemo(() => {\n return getChatCompletionFunctionDescriptions();\n }, [getChatCompletionFunctionDescriptions]);\n\n const { messages, append, reload, stop, isLoading, input, setInput } =\n useChat({\n ...options,\n api: copilotApiConfigExtrapolator(copilotApiConfig).chatApiEndpoint,\n id: options.id,\n initialMessages: initialMessagesWithContext,\n experimental_onFunctionCall: getFunctionCallHandler(),\n headers: { ...copilotApiConfig.headers, ...options.headers },\n body: {\n id: options.id,\n functions: functionDescriptions,\n ...copilotApiConfig.body,\n ...options.body,\n },\n });\n\n const visibleMessages = messages.filter(\n (message) => message.role === \"user\" || message.role === \"assistant\"\n );\n\n return {\n visibleMessages,\n append,\n reload,\n stop,\n isLoading,\n input,\n setInput,\n };\n}\n\nexport function defaultSystemMessage(contextString: string): string {\n return `\nPlease act as an efficient, competent, conscientious, and industrious professional assistant.\n\nHelp the user achieve their goals, and you do so in a way that is as efficient as possible, without unnecessary fluff, but also without sacrificing professionalism.\nAlways be polite and respectful, and prefer brevity over verbosity.\n\nThe user has provided you with the following context:\n\\`\\`\\`\n${contextString}\n\\`\\`\\`\n\nThey have also provided you with functions you can call to initiate actions on their behalf, or functions you can call to receive more information.\n\nPlease assist them as best you can.\n\nYou can ask them for clarifying questions if needed, but don't be annoying about it. If you can reasonably 'fill in the blanks' yourself, do so.\n\nIf you would like to call a function, call it without saying anything else.\n`;\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/hooks/use-make-copilot-document-readable.ts"],"names":[],"mappings":";;;;;AAEA,SAAS,YAAY,WAAW,cAAc;AAF9C;AAaO,SAAS,+BACd,UACA,YACA,eAAsB,CAAC,GACH;AACpB,QAAM,EAAE,oBAAoB,sBAAsB,IAChD,WAAW,cAAc;AAC3B,QAAM,QAAQ,OAAe;AAE7B,YAAU,MAAM;AACd,UAAM,KAAK,mBAAmB,UAAU,UAAU;AAClD,UAAM,UAAU;AAEhB,WAAO,MAAM;AACX,4BAAsB,EAAE;AAAA,IAC1B;AAAA,EACF,GAAG,CAAC,YAAY,oBAAoB,uBAAuB,GAAG,YAAY,CAAC;AAE3E,SAAO,MAAM;AACf","sourcesContent":["\"use client\";\n\nimport { useContext, useEffect, useRef } from \"react\";\nimport { CopilotContext } from \"../context/copilot-context\";\nimport { DocumentPointer } from \"../types\";\n\n/**\n * Adds the given information to the Copilot context to make it readable by Copilot.\n * @param information - The information to be added to the Copilot context.\n * @param parentId - The ID of the parent context, if any.\n * @param categories - An array of categories to control which context are visible where. Particularly useful with CopilotTextarea (see `useMakeAutosuggestionFunction`)\n * @returns The ID of the added context.\n */\nexport function useMakeCopilotDocumentReadable(\n document: DocumentPointer,\n categories?: string[],\n dependencies: any[] = []\n): string | undefined {\n const { addDocumentContext, removeDocumentContext } =\n useContext(CopilotContext);\n const idRef = useRef<string>();\n\n useEffect(() => {\n const id = addDocumentContext(document, categories);\n idRef.current = id;\n\n return () => {\n removeDocumentContext(id);\n };\n }, [categories, addDocumentContext, removeDocumentContext, ...dependencies]);\n\n return idRef.current;\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/context/copilot-context.tsx"],"names":[],"mappings":";;;;;AAGA,OAAO,WAAW;AAHlB;AA2CO,SAAS,6BAA6B,QAA0B;AACrE,SAAO;AAAA,IACL,IAAI,kBAA0B;AAC5B,aAAO,GAAG,OAAO;AAAA,IACnB;AAAA,EACF;AACF;AAkCA,IAAM,sBAA4C;AAAA,EAChD,aAAa,CAAC;AAAA,EACd,eAAe,MAAM;AAAA,EAAC;AAAA,EACtB,kBAAkB,MAAM;AAAA,EAAC;AAAA,EACzB,uCAAuC,MAAM,sBAAsB,CAAC,CAAC;AAAA,EACrE,wBAAwB,MAAM,sBAAsB,MAAY;AAAA,EAAC,EAAC;AAAA,EAElE,kBAAkB,CAAC,cAAiC,sBAAsB,EAAE;AAAA,EAC5E,YAAY,MAAM;AAAA,EAClB,eAAe,MAAM;AAAA,EAAC;AAAA,EAEtB,qBAAqB,MAAM,sBAAsB,CAAC,CAAC;AAAA,EACnD,oBAAoB,MAAM,sBAAsB,EAAE;AAAA,EAClD,uBAAuB,MAAM;AAAA,EAAC;AAAA,EAE9B,kBAAkB,IAAK,MAAkC;AAAA,IACvD,IAAI,kBAA0B;AAC5B,YAAM,IAAI;AAAA,QACR;AAAA,MACF;AAAA,IACF;AAAA,IACA,IAAI,UAAkC;AACpC,aAAO,CAAC;AAAA,IACV;AAAA,IACA,IAAI,OAA4B;AAC9B,aAAO,CAAC;AAAA,IACV;AAAA,EACF,EAAG;AACL;AAEO,IAAM,iBACX,MAAM,cAAoC,mBAAmB;AAE/D,SAAS,sBAAyB,OAAa;AAC7C,QAAM,IAAI;AAAA,IACR;AAAA,EACF;AACA,SAAO;AACT","sourcesContent":["\"use client\";\n\nimport { FunctionCallHandler } from \"ai\";\nimport React from \"react\";\nimport { TreeNodeId } from \"../hooks/use-tree\";\nimport { AnnotatedFunction } from \"../types/annotated-function\";\nimport { ChatCompletionCreateParams } from \"openai/resources/chat\";\nimport { DocumentPointer } from \"../types\";\n\n/**\n * Interface for the configuration of the Copilot API.\n */\nexport interface CopilotApiConfig {\n /**\n * The endpoint for the chat API.\n */\n chatApiEndpoint: string;\n\n /**\n * additional headers to be sent with the request\n * @default {}\n * @example\n * ```\n * {\n * 'Authorization': 'Bearer your_token_here'\n * }\n * ```\n */\n headers: Record<string, string>;\n\n /**\n * Additional body params to be sent with the request\n * @default {}\n * @example\n * ```\n * {\n * 'message': 'Hello, world!'\n * }\n * ```\n */\n body: Record<string, any>;\n}\n\nexport function copilotApiConfigExtrapolator(config: CopilotApiConfig) {\n return {\n get chatApiEndpoint(): string {\n return `${config.chatApiEndpoint}`;\n },\n };\n}\n\nexport interface CopilotContextParams {\n // function-calling\n entryPoints: Record<string, AnnotatedFunction<any[]>>;\n setEntryPoint: (id: string, entryPoint: AnnotatedFunction<any[]>) => void;\n removeEntryPoint: (id: string) => void;\n getChatCompletionFunctionDescriptions: () => ChatCompletionCreateParams.Function[];\n getFunctionCallHandler: () => FunctionCallHandler;\n\n // text context\n getContextString: (\n documents: DocumentPointer[],\n categories?: string[]\n ) => string;\n addContext: (\n context: string,\n parentId?: string,\n categories?: string[]\n ) => TreeNodeId;\n removeContext: (id: TreeNodeId) => void;\n\n // document context\n getDocumentsContext: (categories?: string[]) => DocumentPointer[];\n addDocumentContext: (\n documentPointer: DocumentPointer,\n categories?: string[]\n ) => TreeNodeId;\n removeDocumentContext: (documentId: string) => void;\n\n // api endpoints\n copilotApiConfig: CopilotApiConfig;\n}\n\nconst emptyCopilotContext: CopilotContextParams = {\n entryPoints: {},\n setEntryPoint: () => {},\n removeEntryPoint: () => {},\n getChatCompletionFunctionDescriptions: () => returnAndThrowInDebug([]),\n getFunctionCallHandler: () => returnAndThrowInDebug(async () => {}),\n\n getContextString: (documents: DocumentPointer[]) => returnAndThrowInDebug(\"\"),\n addContext: () => \"\",\n removeContext: () => {},\n\n getDocumentsContext: () => returnAndThrowInDebug([]),\n addDocumentContext: () => returnAndThrowInDebug(\"\"),\n removeDocumentContext: () => {},\n\n copilotApiConfig: new (class implements CopilotApiConfig {\n get chatApiEndpoint(): string {\n throw new Error(\n \"Remember to wrap your app in a `<CopilotProvider> {...} </CopilotProvider>` !!!\"\n );\n }\n get headers(): Record<string, string> {\n return {};\n }\n get body(): Record<string, any> {\n return {};\n }\n })(),\n};\n\nexport const CopilotContext =\n React.createContext<CopilotContextParams>(emptyCopilotContext);\n\nfunction returnAndThrowInDebug<T>(value: T): T {\n throw new Error(\n \"Remember to wrap your app in a `<CopilotProvider> {...} </CopilotProvider>` !!!\"\n );\n return value;\n}\n"]}