@copilotkit/react-core 0.9.0 → 0.11.0-alpha.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.
- package/.turbo/turbo-build.log +89 -89
- package/CHANGELOG.md +12 -0
- package/dist/{chunk-Q6E6JSLL.mjs → chunk-3EE3HCUI.mjs} +16 -5
- package/dist/chunk-3EE3HCUI.mjs.map +1 -0
- package/dist/{chunk-UNFDVVCF.mjs → chunk-ATMIAPXE.mjs} +9 -8
- package/dist/chunk-ATMIAPXE.mjs.map +1 -0
- package/dist/{chunk-6RRG7ME3.mjs → chunk-IMNFO2OZ.mjs} +4 -4
- package/dist/chunk-IMNFO2OZ.mjs.map +1 -0
- package/dist/{chunk-YTIZQV7H.mjs → chunk-PRQLPFIA.mjs} +2 -2
- package/dist/{chunk-3O374DDN.mjs → chunk-TNU2L6FJ.mjs} +2 -2
- package/dist/{chunk-K7TVQCXG.mjs → chunk-X3CGMLW5.mjs} +8 -2
- package/dist/chunk-X3CGMLW5.mjs.map +1 -0
- package/dist/components/copilot-provider.d.ts +3 -1
- package/dist/components/copilot-provider.mjs +2 -2
- package/dist/components/index.mjs +2 -2
- package/dist/context/copilot-context.d.ts +29 -1
- package/dist/context/copilot-context.mjs +1 -1
- package/dist/context/index.mjs +1 -1
- package/dist/hooks/index.mjs +5 -5
- package/dist/hooks/use-copilot-chat.mjs +2 -2
- package/dist/hooks/use-make-copilot-actionable.mjs +2 -2
- package/dist/hooks/use-make-copilot-document-readable.d.ts +1 -1
- package/dist/hooks/use-make-copilot-document-readable.mjs +2 -2
- package/dist/hooks/use-make-copilot-readable.mjs +2 -2
- package/dist/index.mjs +7 -7
- package/dist/types/document-pointer.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/copilot-provider.tsx +18 -2
- package/src/context/copilot-context.tsx +41 -2
- package/src/hooks/use-copilot-chat.ts +5 -1
- package/src/hooks/use-make-copilot-document-readable.ts +3 -2
- package/src/types/document-pointer.ts +1 -1
- package/dist/chunk-6RRG7ME3.mjs.map +0 -1
- package/dist/chunk-K7TVQCXG.mjs.map +0 -1
- package/dist/chunk-Q6E6JSLL.mjs.map +0 -1
- package/dist/chunk-UNFDVVCF.mjs.map +0 -1
- /package/dist/{chunk-YTIZQV7H.mjs.map → chunk-PRQLPFIA.mjs.map} +0 -0
- /package/dist/{chunk-3O374DDN.mjs.map → chunk-TNU2L6FJ.mjs.map} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,98 +1,98 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-core@0.
|
|
2
|
+
> @copilotkit/react-core@0.10.0 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-core
|
|
3
3
|
> tsup --treeshake
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
CLI Building entry: src/index.tsx, src/context/copilot-context.tsx, src/context/index.ts, src/components/copilot-provider.tsx, src/components/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/utils/utils.test.ts, src/utils/utils.ts, src/types/annotated-function.ts, src/types/document-pointer.ts, src/types/index.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
|
|
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".
|
|
17
|
+
Generated an empty chunk: "chunk-JD7BAH7U".
|
|
18
18
|
Generated an empty chunk: "chunk-QACD2U6P".
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
19
|
+
ESM dist/chunk-YPSGKPDA.mjs 76.00 B
|
|
20
|
+
ESM dist/types/index.mjs 98.00 B
|
|
21
|
+
ESM dist/hooks/use-make-copilot-actionable.mjs 218.00 B
|
|
22
|
+
ESM dist/components/copilot-provider.mjs 262.00 B
|
|
23
|
+
ESM dist/chunk-QACD2U6P.mjs 76.00 B
|
|
24
|
+
ESM dist/hooks/use-make-copilot-readable.mjs 214.00 B
|
|
25
|
+
ESM dist/chunk-JD7BAH7U.mjs 76.00 B
|
|
26
|
+
ESM dist/hooks/use-make-copilot-document-readable.mjs 231.00 B
|
|
27
|
+
ESM dist/index.mjs 678.00 B
|
|
28
|
+
ESM dist/context/copilot-context.mjs 194.00 B
|
|
29
|
+
ESM dist/chunk-3EE3HCUI.mjs 4.80 KB
|
|
30
|
+
ESM dist/chunk-3BOHSSKR.mjs 3.95 KB
|
|
31
|
+
ESM dist/chunk-IMNFO2OZ.mjs 689.00 B
|
|
32
|
+
ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
|
|
33
|
+
ESM dist/chunk-PRQLPFIA.mjs 972.00 B
|
|
34
|
+
ESM dist/chunk-ATMIAPXE.mjs 2.85 KB
|
|
35
|
+
ESM dist/hooks/use-copilot-chat.mjs 219.00 B
|
|
36
|
+
ESM dist/chunk-X3CGMLW5.mjs 1.30 KB
|
|
37
|
+
ESM dist/hooks/index.mjs 420.00 B
|
|
38
|
+
ESM dist/components/index.mjs 283.00 B
|
|
39
|
+
ESM dist/hooks/use-flat-category-store.mjs 200.00 B
|
|
40
|
+
ESM dist/chunk-63ILXW5V.mjs 1.92 KB
|
|
41
|
+
ESM dist/hooks/use-tree.mjs 170.00 B
|
|
42
|
+
ESM dist/context/index.mjs 216.00 B
|
|
43
|
+
ESM dist/utils/utils.test.mjs 202.00 B
|
|
44
|
+
ESM dist/chunk-EFZPSZWO.mjs 76.00 B
|
|
45
|
+
ESM dist/chunk-TNU2L6FJ.mjs 626.00 B
|
|
46
|
+
ESM dist/types/document-pointer.mjs 78.00 B
|
|
47
|
+
ESM dist/utils/utils.mjs 67.00 B
|
|
48
|
+
ESM dist/types/annotated-function.mjs 80.00 B
|
|
49
|
+
ESM dist/chunk-YPSGKPDA.mjs.map 51.00 B
|
|
50
|
+
ESM dist/types/index.mjs.map 51.00 B
|
|
51
|
+
ESM dist/hooks/use-make-copilot-actionable.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/hooks/use-make-copilot-readable.mjs.map 51.00 B
|
|
55
|
+
ESM dist/index.mjs.map 51.00 B
|
|
56
|
+
ESM dist/chunk-JD7BAH7U.mjs.map 51.00 B
|
|
57
|
+
ESM dist/chunk-IMNFO2OZ.mjs.map 1.61 KB
|
|
58
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
59
|
+
ESM dist/chunk-PRQLPFIA.mjs.map 1.70 KB
|
|
60
|
+
ESM dist/chunk-ATMIAPXE.mjs.map 4.70 KB
|
|
61
|
+
ESM dist/hooks/index.mjs.map 51.00 B
|
|
62
|
+
ESM dist/hooks/use-flat-category-store.mjs.map 51.00 B
|
|
63
|
+
ESM dist/components/index.mjs.map 51.00 B
|
|
64
|
+
ESM dist/chunk-63ILXW5V.mjs.map 4.31 KB
|
|
65
|
+
ESM dist/hooks/use-copilot-chat.mjs.map 51.00 B
|
|
66
|
+
ESM dist/chunk-3EE3HCUI.mjs.map 9.48 KB
|
|
67
|
+
ESM dist/hooks/use-tree.mjs.map 51.00 B
|
|
68
|
+
ESM dist/chunk-X3CGMLW5.mjs.map 4.22 KB
|
|
69
|
+
ESM dist/context/copilot-context.mjs.map 51.00 B
|
|
70
|
+
ESM dist/chunk-3BOHSSKR.mjs.map 8.39 KB
|
|
71
|
+
ESM dist/utils/utils.test.mjs.map 351.00 B
|
|
72
|
+
ESM dist/hooks/use-make-copilot-document-readable.mjs.map 51.00 B
|
|
73
|
+
ESM dist/context/index.mjs.map 51.00 B
|
|
74
|
+
ESM dist/chunk-TNU2L6FJ.mjs.map 1.47 KB
|
|
75
|
+
ESM dist/chunk-EFZPSZWO.mjs.map 51.00 B
|
|
76
|
+
ESM dist/types/document-pointer.mjs.map 51.00 B
|
|
77
|
+
ESM dist/utils/utils.mjs.map 51.00 B
|
|
78
|
+
ESM dist/types/annotated-function.mjs.map 51.00 B
|
|
79
|
+
ESM ⚡️ Build success in 119ms
|
|
80
|
+
DTS Build start
|
|
81
|
+
DTS ⚡️ Build success in 955ms
|
|
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/context/index.d.ts 297.00 B
|
|
93
|
+
DTS dist/components/index.d.ts 73.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/utils/utils.test.d.ts 1.00 B
|
|
97
|
+
DTS dist/utils/utils.d.ts 1.00 B
|
|
98
|
+
DTS dist/types/index.d.ts 145.00 B
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { use_tree_default } from './chunk-3BOHSSKR.mjs';
|
|
2
|
-
import { CopilotContext } from './chunk-
|
|
2
|
+
import { CopilotContext } from './chunk-X3CGMLW5.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';
|
|
@@ -7,6 +7,8 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
7
7
|
|
|
8
8
|
function CopilotProvider({
|
|
9
9
|
chatApiEndpoint,
|
|
10
|
+
headers,
|
|
11
|
+
body,
|
|
10
12
|
children
|
|
11
13
|
}) {
|
|
12
14
|
const [entryPoints, setEntryPoints] = useState({});
|
|
@@ -34,8 +36,15 @@ function CopilotProvider({
|
|
|
34
36
|
});
|
|
35
37
|
}, []);
|
|
36
38
|
const getContextString = useCallback(
|
|
37
|
-
(categories = ["global"]) => {
|
|
38
|
-
|
|
39
|
+
(documents, categories = ["global"]) => {
|
|
40
|
+
const documentsString = documents.map((document) => {
|
|
41
|
+
return `${document.name} (${document.sourceApplication}):
|
|
42
|
+
${document.getContents()}`;
|
|
43
|
+
}).join("\n\n");
|
|
44
|
+
const nonDocumentStrings = printTree(categories);
|
|
45
|
+
return `${documentsString}
|
|
46
|
+
|
|
47
|
+
${nonDocumentStrings}`;
|
|
39
48
|
},
|
|
40
49
|
[printTree]
|
|
41
50
|
);
|
|
@@ -89,7 +98,9 @@ function CopilotProvider({
|
|
|
89
98
|
addDocumentContext,
|
|
90
99
|
removeDocumentContext,
|
|
91
100
|
copilotApiConfig: {
|
|
92
|
-
chatApiEndpoint
|
|
101
|
+
chatApiEndpoint,
|
|
102
|
+
headers: headers || {},
|
|
103
|
+
body: body || {}
|
|
93
104
|
}
|
|
94
105
|
},
|
|
95
106
|
children
|
|
@@ -146,4 +157,4 @@ function annotatedFunctionToChatCompletionFunction(annotatedFunction) {
|
|
|
146
157
|
|
|
147
158
|
export { CopilotProvider };
|
|
148
159
|
//# sourceMappingURL=out.js.map
|
|
149
|
-
//# sourceMappingURL=chunk-
|
|
160
|
+
//# sourceMappingURL=chunk-3EE3HCUI.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[] = [\"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,5 +1,5 @@
|
|
|
1
|
-
import { CopilotContext, copilotApiConfigExtrapolator } from './chunk-
|
|
2
|
-
import { __objRest } from './chunk-MRXNTQOX.mjs';
|
|
1
|
+
import { CopilotContext, copilotApiConfigExtrapolator } from './chunk-X3CGMLW5.mjs';
|
|
2
|
+
import { __objRest, __spreadProps, __spreadValues } from './chunk-MRXNTQOX.mjs';
|
|
3
3
|
import { useContext, useMemo } from 'react';
|
|
4
4
|
import { useChat } from 'ai/react';
|
|
5
5
|
|
|
@@ -17,7 +17,7 @@ function useCopilotChat(_a) {
|
|
|
17
17
|
} = useContext(CopilotContext);
|
|
18
18
|
const systemMessage = useMemo(() => {
|
|
19
19
|
const systemMessageMaker = makeSystemMessage || defaultSystemMessage;
|
|
20
|
-
const contextString = getContextString();
|
|
20
|
+
const contextString = getContextString([]);
|
|
21
21
|
return {
|
|
22
22
|
id: "system",
|
|
23
23
|
content: systemMessageMaker(contextString),
|
|
@@ -30,16 +30,17 @@ function useCopilotChat(_a) {
|
|
|
30
30
|
const functionDescriptions = useMemo(() => {
|
|
31
31
|
return getChatCompletionFunctionDescriptions();
|
|
32
32
|
}, [getChatCompletionFunctionDescriptions]);
|
|
33
|
-
const { messages, append, reload, stop, isLoading, input, setInput } = useChat({
|
|
33
|
+
const { messages, append, reload, stop, isLoading, input, setInput } = useChat(__spreadProps(__spreadValues({}, options), {
|
|
34
34
|
api: copilotApiConfigExtrapolator(copilotApiConfig).chatApiEndpoint,
|
|
35
35
|
id: options.id,
|
|
36
36
|
initialMessages: initialMessagesWithContext,
|
|
37
37
|
experimental_onFunctionCall: getFunctionCallHandler(),
|
|
38
|
-
|
|
38
|
+
headers: __spreadValues(__spreadValues({}, copilotApiConfig.headers), options.headers),
|
|
39
|
+
body: __spreadValues(__spreadValues({
|
|
39
40
|
id: options.id,
|
|
40
41
|
functions: functionDescriptions
|
|
41
|
-
}
|
|
42
|
-
});
|
|
42
|
+
}, copilotApiConfig.body), options.body)
|
|
43
|
+
}));
|
|
43
44
|
const visibleMessages = messages.filter(
|
|
44
45
|
(message) => message.role === "user" || message.role === "assistant"
|
|
45
46
|
);
|
|
@@ -77,4 +78,4 @@ If you would like to call a function, call it without saying anything else.
|
|
|
77
78
|
|
|
78
79
|
export { defaultSystemMessage, useCopilotChat };
|
|
79
80
|
//# sourceMappingURL=out.js.map
|
|
80
|
-
//# sourceMappingURL=chunk-
|
|
81
|
+
//# sourceMappingURL=chunk-ATMIAPXE.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
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,7 +1,7 @@
|
|
|
1
|
-
import { CopilotContext } from './chunk-
|
|
1
|
+
import { CopilotContext } from './chunk-X3CGMLW5.mjs';
|
|
2
2
|
import { useContext, useRef, useEffect } from 'react';
|
|
3
3
|
|
|
4
|
-
function useMakeCopilotDocumentReadable(document, categories) {
|
|
4
|
+
function useMakeCopilotDocumentReadable(document, categories, dependencies = []) {
|
|
5
5
|
const { addDocumentContext, removeDocumentContext } = useContext(CopilotContext);
|
|
6
6
|
const idRef = useRef();
|
|
7
7
|
useEffect(() => {
|
|
@@ -10,10 +10,10 @@ function useMakeCopilotDocumentReadable(document, categories) {
|
|
|
10
10
|
return () => {
|
|
11
11
|
removeDocumentContext(id);
|
|
12
12
|
};
|
|
13
|
-
}, [
|
|
13
|
+
}, [categories, 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-
|
|
19
|
+
//# sourceMappingURL=chunk-IMNFO2OZ.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,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,4 +1,4 @@
|
|
|
1
|
-
import { CopilotContext } from './chunk-
|
|
1
|
+
import { CopilotContext } from './chunk-X3CGMLW5.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-
|
|
30
|
+
//# sourceMappingURL=chunk-PRQLPFIA.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CopilotContext } from './chunk-
|
|
1
|
+
import { CopilotContext } from './chunk-X3CGMLW5.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-
|
|
19
|
+
//# sourceMappingURL=chunk-TNU2L6FJ.mjs.map
|
|
@@ -16,7 +16,7 @@ var emptyCopilotContext = {
|
|
|
16
16
|
},
|
|
17
17
|
getChatCompletionFunctionDescriptions: () => returnAndThrowInDebug(),
|
|
18
18
|
getFunctionCallHandler: () => returnAndThrowInDebug(),
|
|
19
|
-
getContextString: () => returnAndThrowInDebug(),
|
|
19
|
+
getContextString: (documents) => returnAndThrowInDebug(),
|
|
20
20
|
addContext: () => "",
|
|
21
21
|
removeContext: () => {
|
|
22
22
|
},
|
|
@@ -30,6 +30,12 @@ var emptyCopilotContext = {
|
|
|
30
30
|
"Remember to wrap your app in a `<CopilotProvider> {...} </CopilotProvider>` !!!"
|
|
31
31
|
);
|
|
32
32
|
}
|
|
33
|
+
get headers() {
|
|
34
|
+
return {};
|
|
35
|
+
}
|
|
36
|
+
get body() {
|
|
37
|
+
return {};
|
|
38
|
+
}
|
|
33
39
|
}()
|
|
34
40
|
};
|
|
35
41
|
var CopilotContext = React.createContext(emptyCopilotContext);
|
|
@@ -41,4 +47,4 @@ function returnAndThrowInDebug(value) {
|
|
|
41
47
|
|
|
42
48
|
export { CopilotContext, copilotApiConfigExtrapolator };
|
|
43
49
|
//# sourceMappingURL=out.js.map
|
|
44
|
-
//# sourceMappingURL=chunk-
|
|
50
|
+
//# sourceMappingURL=chunk-X3CGMLW5.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,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"]}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
|
|
3
|
-
declare function CopilotProvider({ chatApiEndpoint, children, }: {
|
|
3
|
+
declare function CopilotProvider({ chatApiEndpoint, headers, body, children, }: {
|
|
4
4
|
chatApiEndpoint: string;
|
|
5
|
+
headers?: Record<string, string>;
|
|
6
|
+
body?: Record<string, any>;
|
|
5
7
|
children: ReactNode;
|
|
6
8
|
}): JSX.Element;
|
|
7
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { CopilotProvider } from '../chunk-
|
|
1
|
+
export { CopilotProvider } from '../chunk-3EE3HCUI.mjs';
|
|
2
2
|
import '../chunk-3BOHSSKR.mjs';
|
|
3
|
-
import '../chunk-
|
|
3
|
+
import '../chunk-X3CGMLW5.mjs';
|
|
4
4
|
import '../chunk-63ILXW5V.mjs';
|
|
5
5
|
import '../chunk-MRXNTQOX.mjs';
|
|
6
6
|
//# sourceMappingURL=out.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../chunk-JD7BAH7U.mjs';
|
|
2
|
-
export { CopilotProvider } from '../chunk-
|
|
2
|
+
export { CopilotProvider } from '../chunk-3EE3HCUI.mjs';
|
|
3
3
|
import '../chunk-3BOHSSKR.mjs';
|
|
4
|
-
import '../chunk-
|
|
4
|
+
import '../chunk-X3CGMLW5.mjs';
|
|
5
5
|
import '../chunk-63ILXW5V.mjs';
|
|
6
6
|
import '../chunk-MRXNTQOX.mjs';
|
|
7
7
|
//# sourceMappingURL=out.js.map
|
|
@@ -5,8 +5,36 @@ import { AnnotatedFunction } from '../types/annotated-function.js';
|
|
|
5
5
|
import { ChatCompletionCreateParams } from 'openai/resources/chat';
|
|
6
6
|
import { DocumentPointer } from '../types/document-pointer.js';
|
|
7
7
|
|
|
8
|
+
/**
|
|
9
|
+
* Interface for the configuration of the Copilot API.
|
|
10
|
+
*/
|
|
8
11
|
interface CopilotApiConfig {
|
|
12
|
+
/**
|
|
13
|
+
* The endpoint for the chat API.
|
|
14
|
+
*/
|
|
9
15
|
chatApiEndpoint: string;
|
|
16
|
+
/**
|
|
17
|
+
* additional headers to be sent with the request
|
|
18
|
+
* @default {}
|
|
19
|
+
* @example
|
|
20
|
+
* ```
|
|
21
|
+
* {
|
|
22
|
+
* 'Authorization': 'Bearer your_token_here'
|
|
23
|
+
* }
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
headers: Record<string, string>;
|
|
27
|
+
/**
|
|
28
|
+
* Additional body params to be sent with the request
|
|
29
|
+
* @default {}
|
|
30
|
+
* @example
|
|
31
|
+
* ```
|
|
32
|
+
* {
|
|
33
|
+
* 'message': 'Hello, world!'
|
|
34
|
+
* }
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
body: Record<string, any>;
|
|
10
38
|
}
|
|
11
39
|
declare function copilotApiConfigExtrapolator(config: CopilotApiConfig): {
|
|
12
40
|
readonly chatApiEndpoint: string;
|
|
@@ -17,7 +45,7 @@ interface CopilotContextParams {
|
|
|
17
45
|
removeEntryPoint: (id: string) => void;
|
|
18
46
|
getChatCompletionFunctionDescriptions: () => ChatCompletionCreateParams.Function[];
|
|
19
47
|
getFunctionCallHandler: () => FunctionCallHandler;
|
|
20
|
-
getContextString: (categories?: string[]) => string;
|
|
48
|
+
getContextString: (documents: DocumentPointer[], categories?: string[]) => string;
|
|
21
49
|
addContext: (context: string, parentId?: string, categories?: string[]) => TreeNodeId;
|
|
22
50
|
removeContext: (id: TreeNodeId) => void;
|
|
23
51
|
getDocumentsContext: (categories?: string[]) => DocumentPointer[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { CopilotContext, copilotApiConfigExtrapolator } from '../chunk-
|
|
1
|
+
export { CopilotContext, copilotApiConfigExtrapolator } from '../chunk-X3CGMLW5.mjs';
|
|
2
2
|
import '../chunk-MRXNTQOX.mjs';
|
|
3
3
|
//# sourceMappingURL=out.js.map
|
|
4
4
|
//# sourceMappingURL=copilot-context.mjs.map
|
package/dist/context/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../chunk-YPSGKPDA.mjs';
|
|
2
|
-
export { CopilotContext, copilotApiConfigExtrapolator } from '../chunk-
|
|
2
|
+
export { CopilotContext, copilotApiConfigExtrapolator } from '../chunk-X3CGMLW5.mjs';
|
|
3
3
|
import '../chunk-MRXNTQOX.mjs';
|
|
4
4
|
//# sourceMappingURL=out.js.map
|
|
5
5
|
//# sourceMappingURL=index.mjs.map
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '../chunk-QACD2U6P.mjs';
|
|
2
|
-
export { useMakeCopilotActionable } from '../chunk-
|
|
3
|
-
export { useMakeCopilotDocumentReadable } from '../chunk-
|
|
4
|
-
export { useMakeCopilotReadable } from '../chunk-
|
|
5
|
-
export { useCopilotChat } from '../chunk-
|
|
6
|
-
import '../chunk-
|
|
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';
|
|
7
7
|
import '../chunk-MRXNTQOX.mjs';
|
|
8
8
|
//# sourceMappingURL=out.js.map
|
|
9
9
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { defaultSystemMessage, useCopilotChat } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { defaultSystemMessage, useCopilotChat } from '../chunk-ATMIAPXE.mjs';
|
|
2
|
+
import '../chunk-X3CGMLW5.mjs';
|
|
3
3
|
import '../chunk-MRXNTQOX.mjs';
|
|
4
4
|
//# sourceMappingURL=out.js.map
|
|
5
5
|
//# sourceMappingURL=use-copilot-chat.mjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { useMakeCopilotActionable } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { useMakeCopilotActionable } from '../chunk-PRQLPFIA.mjs';
|
|
2
|
+
import '../chunk-X3CGMLW5.mjs';
|
|
3
3
|
import '../chunk-MRXNTQOX.mjs';
|
|
4
4
|
//# sourceMappingURL=out.js.map
|
|
5
5
|
//# sourceMappingURL=use-make-copilot-actionable.mjs.map
|
|
@@ -7,6 +7,6 @@ import { DocumentPointer } from '../types/document-pointer.js';
|
|
|
7
7
|
* @param categories - An array of categories to control which context are visible where. Particularly useful with CopilotTextarea (see `useMakeAutosuggestionFunction`)
|
|
8
8
|
* @returns The ID of the added context.
|
|
9
9
|
*/
|
|
10
|
-
declare function useMakeCopilotDocumentReadable(document: DocumentPointer, categories?: string[]): string | undefined;
|
|
10
|
+
declare function useMakeCopilotDocumentReadable(document: DocumentPointer, categories?: string[], dependencies?: any[]): string | undefined;
|
|
11
11
|
|
|
12
12
|
export { useMakeCopilotDocumentReadable };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { useMakeCopilotDocumentReadable } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { useMakeCopilotDocumentReadable } from '../chunk-IMNFO2OZ.mjs';
|
|
2
|
+
import '../chunk-X3CGMLW5.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-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { useMakeCopilotReadable } from '../chunk-TNU2L6FJ.mjs';
|
|
2
|
+
import '../chunk-X3CGMLW5.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.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import './chunk-EFZPSZWO.mjs';
|
|
2
|
+
import './chunk-YPSGKPDA.mjs';
|
|
2
3
|
import './chunk-JD7BAH7U.mjs';
|
|
3
|
-
export { CopilotProvider } from './chunk-
|
|
4
|
+
export { CopilotProvider } from './chunk-3EE3HCUI.mjs';
|
|
4
5
|
import './chunk-3BOHSSKR.mjs';
|
|
5
|
-
import './chunk-YPSGKPDA.mjs';
|
|
6
6
|
import './chunk-QACD2U6P.mjs';
|
|
7
|
-
export { useMakeCopilotActionable } from './chunk-
|
|
8
|
-
export { useMakeCopilotDocumentReadable } from './chunk-
|
|
9
|
-
export { useMakeCopilotReadable } from './chunk-
|
|
10
|
-
export { useCopilotChat } from './chunk-
|
|
11
|
-
export { CopilotContext, copilotApiConfigExtrapolator } from './chunk-
|
|
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';
|
|
12
12
|
import './chunk-63ILXW5V.mjs';
|
|
13
13
|
import './chunk-MRXNTQOX.mjs';
|
|
14
14
|
//# sourceMappingURL=out.js.map
|
package/package.json
CHANGED
|
@@ -10,9 +10,13 @@ import useFlatCategoryStore from "../hooks/use-flat-category-store";
|
|
|
10
10
|
|
|
11
11
|
export function CopilotProvider({
|
|
12
12
|
chatApiEndpoint,
|
|
13
|
+
headers,
|
|
14
|
+
body,
|
|
13
15
|
children,
|
|
14
16
|
}: {
|
|
15
17
|
chatApiEndpoint: string;
|
|
18
|
+
headers?: Record<string, string>;
|
|
19
|
+
body?: Record<string, any>;
|
|
16
20
|
children: ReactNode;
|
|
17
21
|
}): JSX.Element {
|
|
18
22
|
const [entryPoints, setEntryPoints] = useState<
|
|
@@ -47,8 +51,18 @@ export function CopilotProvider({
|
|
|
47
51
|
}, []);
|
|
48
52
|
|
|
49
53
|
const getContextString = useCallback(
|
|
50
|
-
(categories: string[] = ["global"]) => {
|
|
51
|
-
|
|
54
|
+
(documents: DocumentPointer[], categories: string[] = ["global"]) => {
|
|
55
|
+
const documentsString = documents
|
|
56
|
+
.map((document) => {
|
|
57
|
+
return `${document.name} (${
|
|
58
|
+
document.sourceApplication
|
|
59
|
+
}):\n${document.getContents()}`;
|
|
60
|
+
})
|
|
61
|
+
.join("\n\n");
|
|
62
|
+
|
|
63
|
+
const nonDocumentStrings = printTree(categories);
|
|
64
|
+
|
|
65
|
+
return `${documentsString}\n\n${nonDocumentStrings}`;
|
|
52
66
|
},
|
|
53
67
|
[printTree]
|
|
54
68
|
);
|
|
@@ -112,6 +126,8 @@ export function CopilotProvider({
|
|
|
112
126
|
removeDocumentContext,
|
|
113
127
|
copilotApiConfig: {
|
|
114
128
|
chatApiEndpoint,
|
|
129
|
+
headers: headers || {},
|
|
130
|
+
body: body || {},
|
|
115
131
|
},
|
|
116
132
|
}}
|
|
117
133
|
>
|
|
@@ -7,8 +7,38 @@ import { AnnotatedFunction } from "../types/annotated-function";
|
|
|
7
7
|
import { ChatCompletionCreateParams } from "openai/resources/chat";
|
|
8
8
|
import { DocumentPointer } from "../types";
|
|
9
9
|
|
|
10
|
+
/**
|
|
11
|
+
* Interface for the configuration of the Copilot API.
|
|
12
|
+
*/
|
|
10
13
|
export interface CopilotApiConfig {
|
|
14
|
+
/**
|
|
15
|
+
* The endpoint for the chat API.
|
|
16
|
+
*/
|
|
11
17
|
chatApiEndpoint: string;
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* additional headers to be sent with the request
|
|
21
|
+
* @default {}
|
|
22
|
+
* @example
|
|
23
|
+
* ```
|
|
24
|
+
* {
|
|
25
|
+
* 'Authorization': 'Bearer your_token_here'
|
|
26
|
+
* }
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
headers: Record<string, string>;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Additional body params to be sent with the request
|
|
33
|
+
* @default {}
|
|
34
|
+
* @example
|
|
35
|
+
* ```
|
|
36
|
+
* {
|
|
37
|
+
* 'message': 'Hello, world!'
|
|
38
|
+
* }
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
body: Record<string, any>;
|
|
12
42
|
}
|
|
13
43
|
|
|
14
44
|
export function copilotApiConfigExtrapolator(config: CopilotApiConfig) {
|
|
@@ -28,7 +58,10 @@ export interface CopilotContextParams {
|
|
|
28
58
|
getFunctionCallHandler: () => FunctionCallHandler;
|
|
29
59
|
|
|
30
60
|
// text context
|
|
31
|
-
getContextString: (
|
|
61
|
+
getContextString: (
|
|
62
|
+
documents: DocumentPointer[],
|
|
63
|
+
categories?: string[]
|
|
64
|
+
) => string;
|
|
32
65
|
addContext: (
|
|
33
66
|
context: string,
|
|
34
67
|
parentId?: string,
|
|
@@ -55,7 +88,7 @@ const emptyCopilotContext: CopilotContextParams = {
|
|
|
55
88
|
getChatCompletionFunctionDescriptions: () => returnAndThrowInDebug([]),
|
|
56
89
|
getFunctionCallHandler: () => returnAndThrowInDebug(async () => {}),
|
|
57
90
|
|
|
58
|
-
getContextString: () => returnAndThrowInDebug(""),
|
|
91
|
+
getContextString: (documents: DocumentPointer[]) => returnAndThrowInDebug(""),
|
|
59
92
|
addContext: () => "",
|
|
60
93
|
removeContext: () => {},
|
|
61
94
|
|
|
@@ -69,6 +102,12 @@ const emptyCopilotContext: CopilotContextParams = {
|
|
|
69
102
|
"Remember to wrap your app in a `<CopilotProvider> {...} </CopilotProvider>` !!!"
|
|
70
103
|
);
|
|
71
104
|
}
|
|
105
|
+
get headers(): Record<string, string> {
|
|
106
|
+
return {};
|
|
107
|
+
}
|
|
108
|
+
get body(): Record<string, any> {
|
|
109
|
+
return {};
|
|
110
|
+
}
|
|
72
111
|
})(),
|
|
73
112
|
};
|
|
74
113
|
|
|
@@ -40,7 +40,7 @@ export function useCopilotChat({
|
|
|
40
40
|
|
|
41
41
|
const systemMessage: Message = useMemo(() => {
|
|
42
42
|
const systemMessageMaker = makeSystemMessage || defaultSystemMessage;
|
|
43
|
-
const contextString = getContextString();
|
|
43
|
+
const contextString = getContextString([]);
|
|
44
44
|
|
|
45
45
|
return {
|
|
46
46
|
id: "system",
|
|
@@ -59,13 +59,17 @@ export function useCopilotChat({
|
|
|
59
59
|
|
|
60
60
|
const { messages, append, reload, stop, isLoading, input, setInput } =
|
|
61
61
|
useChat({
|
|
62
|
+
...options,
|
|
62
63
|
api: copilotApiConfigExtrapolator(copilotApiConfig).chatApiEndpoint,
|
|
63
64
|
id: options.id,
|
|
64
65
|
initialMessages: initialMessagesWithContext,
|
|
65
66
|
experimental_onFunctionCall: getFunctionCallHandler(),
|
|
67
|
+
headers: { ...copilotApiConfig.headers, ...options.headers },
|
|
66
68
|
body: {
|
|
67
69
|
id: options.id,
|
|
68
70
|
functions: functionDescriptions,
|
|
71
|
+
...copilotApiConfig.body,
|
|
72
|
+
...options.body,
|
|
69
73
|
},
|
|
70
74
|
});
|
|
71
75
|
|
|
@@ -13,7 +13,8 @@ import { DocumentPointer } from "../types";
|
|
|
13
13
|
*/
|
|
14
14
|
export function useMakeCopilotDocumentReadable(
|
|
15
15
|
document: DocumentPointer,
|
|
16
|
-
categories?: string[]
|
|
16
|
+
categories?: string[],
|
|
17
|
+
dependencies: any[] = []
|
|
17
18
|
): string | undefined {
|
|
18
19
|
const { addDocumentContext, removeDocumentContext } =
|
|
19
20
|
useContext(CopilotContext);
|
|
@@ -26,7 +27,7 @@ export function useMakeCopilotDocumentReadable(
|
|
|
26
27
|
return () => {
|
|
27
28
|
removeDocumentContext(id);
|
|
28
29
|
};
|
|
29
|
-
}, [
|
|
30
|
+
}, [categories, addDocumentContext, removeDocumentContext, ...dependencies]);
|
|
30
31
|
|
|
31
32
|
return idRef.current;
|
|
32
33
|
}
|
|
@@ -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,YACoB;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,UAAU,YAAY,oBAAoB,qBAAqB,CAAC;AAEpE,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): 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 }, [document, categories, addDocumentContext, removeDocumentContext]);\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;AAaO,SAAS,6BAA6B,QAA0B;AACrE,SAAO;AAAA,IACL,IAAI,kBAA0B;AAC5B,aAAO,GAAG,OAAO;AAAA,IACnB;AAAA,EACF;AACF;AA+BA,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,MAAM,sBAAsB,EAAE;AAAA,EAChD,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,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\nexport interface CopilotApiConfig {\n chatApiEndpoint: string;\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: (categories?: string[]) => 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: () => 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 })(),\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"]}
|
|
@@ -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 children,\n}: {\n chatApiEndpoint: string;\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 (categories: string[] = [\"global\"]) => {\n return printTree(categories);\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 },\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;AAEvC,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;AAAA,IACN,KAAK,6BAA6B,gBAAgB,EAAE;AAAA,IACpD,IAAI,QAAQ;AAAA,IACZ,iBAAiB;AAAA,IACjB,6BAA6B,uBAAuB;AAAA,IACpD,MAAM;AAAA,MACJ,IAAI,QAAQ;AAAA,MACZ,WAAW;AAAA,IACb;AAAA,EACF,CAAC;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 api: copilotApiConfigExtrapolator(copilotApiConfig).chatApiEndpoint,\n id: options.id,\n initialMessages: initialMessagesWithContext,\n experimental_onFunctionCall: getFunctionCallHandler(),\n body: {\n id: options.id,\n functions: functionDescriptions,\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"]}
|
|
File without changes
|
|
File without changes
|