@copilotkit/shared 0.9.0-mme-cloud.1 → 0.9.0-mme-cloud.3
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 +27 -20
- package/CHANGELOG.md +12 -0
- package/dist/chunk-BANDZXMP.mjs +1 -0
- package/dist/chunk-MSUB6DGR.mjs +1 -0
- package/dist/chunk-MSUB6DGR.mjs.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +7 -6
- package/dist/types/copilot-cloud-config.d.ts +13 -0
- package/dist/types/copilot-cloud-config.js +19 -0
- package/dist/types/copilot-cloud-config.js.map +1 -0
- package/dist/types/copilot-cloud-config.mjs +2 -0
- package/dist/types/copilot-cloud-config.mjs.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/index.mjs +2 -1
- package/dist/utils/index.mjs +5 -5
- package/package.json +3 -3
- package/src/types/copilot-cloud-config.ts +11 -0
- package/src/types/index.ts +1 -0
- package/dist/chunk-DE5K76I2.mjs +0 -1
- /package/dist/{chunk-DE5K76I2.mjs.map → chunk-BANDZXMP.mjs.map} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/shared@0.9.0-mme-cloud.
|
|
2
|
+
> @copilotkit/shared@0.9.0-mme-cloud.3 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
|
|
3
3
|
> tsup --clean
|
|
4
4
|
|
|
5
|
-
[34mCLI[39m Building entry: src/index.ts, src/constants/copilot-protocol.ts, src/constants/index.ts, src/types/action.ts, src/types/annotated-function.ts, src/types/index.ts, src/types/openai-assistant.ts, src/utils/annotated-function.ts, src/utils/decode-chat-completion-as-text.ts, src/utils/decode-chat-completion.ts, src/utils/index.ts, src/utils/parse-chat-completion.ts, src/utils/utils.test.ts, src/utils/utils.ts
|
|
5
|
+
[34mCLI[39m Building entry: src/index.ts, src/constants/copilot-protocol.ts, src/constants/index.ts, src/types/action.ts, src/types/annotated-function.ts, src/types/copilot-cloud-config.ts, src/types/index.ts, src/types/openai-assistant.ts, src/utils/annotated-function.ts, src/utils/decode-chat-completion-as-text.ts, src/utils/decode-chat-completion.ts, src/utils/index.ts, src/utils/parse-chat-completion.ts, src/utils/utils.test.ts, src/utils/utils.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v6.7.0
|
|
8
8
|
[34mCLI[39m Using tsup config: /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared/tsup.config.ts
|
|
@@ -16,55 +16,60 @@
|
|
|
16
16
|
[32mCJS[39m [1mdist/utils/annotated-function.js [22m[32m5.84 KB[39m
|
|
17
17
|
[32mCJS[39m [1mdist/constants/index.js [22m[32m1.77 KB[39m
|
|
18
18
|
[32mCJS[39m [1mdist/types/annotated-function.js [22m[32m849.00 B[39m
|
|
19
|
+
[32mCJS[39m [1mdist/types/copilot-cloud-config.js [22m[32m857.00 B[39m
|
|
19
20
|
[32mCJS[39m [1mdist/types/index.js [22m[32m797.00 B[39m
|
|
20
21
|
[32mCJS[39m [1mdist/types/openai-assistant.js [22m[32m841.00 B[39m
|
|
21
22
|
[32mCJS[39m [1mdist/utils/decode-chat-completion-as-text.js [22m[32m1.82 KB[39m
|
|
22
23
|
[32mCJS[39m [1mdist/utils/decode-chat-completion.js [22m[32m4.42 KB[39m
|
|
23
24
|
[32mCJS[39m [1mdist/utils/index.js [22m[32m16.77 KB[39m
|
|
24
25
|
[32mCJS[39m [1mdist/utils/parse-chat-completion.js [22m[32m2.68 KB[39m
|
|
25
|
-
[32mCJS[39m [1mdist/utils/utils.test.js [22m[32m184.00 B[39m
|
|
26
26
|
[32mCJS[39m [1mdist/utils/utils.js [22m[32m6.25 KB[39m
|
|
27
|
+
[32mCJS[39m [1mdist/utils/utils.test.js [22m[32m184.00 B[39m
|
|
27
28
|
[32mCJS[39m [1mdist/index.js.map [22m[32m33.14 KB[39m
|
|
28
29
|
[32mCJS[39m [1mdist/constants/copilot-protocol.js.map [22m[32m261.00 B[39m
|
|
29
30
|
[32mCJS[39m [1mdist/types/action.js.map [22m[32m4.62 KB[39m
|
|
30
31
|
[32mCJS[39m [1mdist/utils/annotated-function.js.map [22m[32m8.45 KB[39m
|
|
31
32
|
[32mCJS[39m [1mdist/constants/index.js.map [22m[32m666.00 B[39m
|
|
32
33
|
[32mCJS[39m [1mdist/types/annotated-function.js.map [22m[32m871.00 B[39m
|
|
33
|
-
[32mCJS[39m [1mdist/types/
|
|
34
|
+
[32mCJS[39m [1mdist/types/copilot-cloud-config.js.map [22m[32m356.00 B[39m
|
|
35
|
+
[32mCJS[39m [1mdist/types/index.js.map [22m[32m277.00 B[39m
|
|
34
36
|
[32mCJS[39m [1mdist/types/openai-assistant.js.map [22m[32m2.86 KB[39m
|
|
35
37
|
[32mCJS[39m [1mdist/utils/decode-chat-completion-as-text.js.map [22m[32m1.34 KB[39m
|
|
36
38
|
[32mCJS[39m [1mdist/utils/decode-chat-completion.js.map [22m[32m6.89 KB[39m
|
|
37
39
|
[32mCJS[39m [1mdist/utils/index.js.map [22m[32m32.75 KB[39m
|
|
38
40
|
[32mCJS[39m [1mdist/utils/parse-chat-completion.js.map [22m[32m4.15 KB[39m
|
|
39
|
-
[32mCJS[39m [1mdist/utils/utils.test.js.map [22m[32m354.00 B[39m
|
|
40
41
|
[32mCJS[39m [1mdist/utils/utils.js.map [22m[32m12.09 KB[39m
|
|
41
|
-
[32mCJS[39m
|
|
42
|
+
[32mCJS[39m [1mdist/utils/utils.test.js.map [22m[32m354.00 B[39m
|
|
43
|
+
[32mCJS[39m ⚡️ Build success in 52ms
|
|
44
|
+
[32mESM[39m [1mdist/utils/annotated-function.mjs [22m[32m314.00 B[39m
|
|
42
45
|
[32mESM[39m [1mdist/utils/decode-chat-completion-as-text.mjs [22m[32m170.00 B[39m
|
|
43
46
|
[32mESM[39m [1mdist/utils/decode-chat-completion.mjs [22m[32m150.00 B[39m
|
|
44
47
|
[32mESM[39m [1mdist/utils/index.mjs [22m[32m1001.00 B[39m
|
|
45
48
|
[32mESM[39m [1mdist/utils/parse-chat-completion.mjs [22m[32m147.00 B[39m
|
|
46
49
|
[32mESM[39m [1mdist/utils/utils.test.mjs [22m[32m170.00 B[39m
|
|
47
50
|
[32mESM[39m [1mdist/utils/utils.mjs [22m[32m439.00 B[39m
|
|
48
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m1.
|
|
51
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m1.44 KB[39m
|
|
49
52
|
[32mESM[39m [1mdist/chunk-UAPRMZEY.mjs [22m[32m43.00 B[39m
|
|
53
|
+
[32mESM[39m [1mdist/chunk-S4HGLK2E.mjs [22m[32m4.62 KB[39m
|
|
50
54
|
[32mESM[39m [1mdist/chunk-4MTSDAP6.mjs [22m[32m729.00 B[39m
|
|
51
55
|
[32mESM[39m [1mdist/chunk-NKEDWRKJ.mjs [22m[32m3.36 KB[39m
|
|
52
56
|
[32mESM[39m [1mdist/chunk-TYZD5BQY.mjs [22m[32m1.63 KB[39m
|
|
53
57
|
[32mESM[39m [1mdist/chunk-DBW3BY7E.mjs [22m[32m4.92 KB[39m
|
|
54
|
-
[32mESM[39m [1mdist/constants/copilot-protocol.mjs [22m[32m166.00 B[39m
|
|
55
58
|
[32mESM[39m [1mdist/constants/index.mjs [22m[32m375.00 B[39m
|
|
56
59
|
[32mESM[39m [1mdist/chunk-FFQUB5LF.mjs [22m[32m391.00 B[39m
|
|
60
|
+
[32mESM[39m [1mdist/constants/copilot-protocol.mjs [22m[32m166.00 B[39m
|
|
57
61
|
[32mESM[39m [1mdist/chunk-3ZU7SB62.mjs [22m[32m200.00 B[39m
|
|
58
62
|
[32mESM[39m [1mdist/types/action.mjs [22m[32m67.00 B[39m
|
|
59
63
|
[32mESM[39m [1mdist/types/annotated-function.mjs [22m[32m79.00 B[39m
|
|
60
|
-
[32mESM[39m [1mdist/types/
|
|
61
|
-
[32mESM[39m [1mdist/
|
|
64
|
+
[32mESM[39m [1mdist/types/copilot-cloud-config.mjs [22m[32m81.00 B[39m
|
|
65
|
+
[32mESM[39m [1mdist/types/index.mjs [22m[32m194.00 B[39m
|
|
66
|
+
[32mESM[39m [1mdist/chunk-BANDZXMP.mjs [22m[32m43.00 B[39m
|
|
62
67
|
[32mESM[39m [1mdist/chunk-NAFEBKSO.mjs [22m[32m43.00 B[39m
|
|
63
68
|
[32mESM[39m [1mdist/chunk-YBHX4Y25.mjs [22m[32m43.00 B[39m
|
|
69
|
+
[32mESM[39m [1mdist/chunk-MSUB6DGR.mjs [22m[32m43.00 B[39m
|
|
64
70
|
[32mESM[39m [1mdist/types/openai-assistant.mjs [22m[32m77.00 B[39m
|
|
65
71
|
[32mESM[39m [1mdist/chunk-IAFBVORQ.mjs [22m[32m43.00 B[39m
|
|
66
|
-
[32mESM[39m [1mdist/utils/annotated-function.mjs
|
|
67
|
-
[32mESM[39m [1mdist/chunk-S4HGLK2E.mjs [22m[32m4.62 KB[39m
|
|
72
|
+
[32mESM[39m [1mdist/utils/annotated-function.mjs.map [22m[32m71.00 B[39m
|
|
68
73
|
[32mESM[39m [1mdist/utils/decode-chat-completion-as-text.mjs.map [22m[32m71.00 B[39m
|
|
69
74
|
[32mESM[39m [1mdist/utils/decode-chat-completion.mjs.map [22m[32m71.00 B[39m
|
|
70
75
|
[32mESM[39m [1mdist/utils/index.mjs.map [22m[32m71.00 B[39m
|
|
@@ -73,31 +78,33 @@
|
|
|
73
78
|
[32mESM[39m [1mdist/utils/utils.mjs.map [22m[32m71.00 B[39m
|
|
74
79
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m71.00 B[39m
|
|
75
80
|
[32mESM[39m [1mdist/chunk-UAPRMZEY.mjs.map [22m[32m71.00 B[39m
|
|
81
|
+
[32mESM[39m [1mdist/chunk-S4HGLK2E.mjs.map [22m[32m8.40 KB[39m
|
|
76
82
|
[32mESM[39m [1mdist/chunk-4MTSDAP6.mjs.map [22m[32m1.30 KB[39m
|
|
77
83
|
[32mESM[39m [1mdist/chunk-NKEDWRKJ.mjs.map [22m[32m6.85 KB[39m
|
|
78
84
|
[32mESM[39m [1mdist/chunk-TYZD5BQY.mjs.map [22m[32m4.10 KB[39m
|
|
79
85
|
[32mESM[39m [1mdist/chunk-DBW3BY7E.mjs.map [22m[32m12.00 KB[39m
|
|
80
|
-
[32mESM[39m [1mdist/constants/copilot-protocol.mjs.map [22m[32m71.00 B[39m
|
|
81
86
|
[32mESM[39m [1mdist/constants/index.mjs.map [22m[32m71.00 B[39m
|
|
82
87
|
[32mESM[39m [1mdist/chunk-FFQUB5LF.mjs.map [22m[32m452.00 B[39m
|
|
88
|
+
[32mESM[39m [1mdist/constants/copilot-protocol.mjs.map [22m[32m71.00 B[39m
|
|
83
89
|
[32mESM[39m [1mdist/chunk-3ZU7SB62.mjs.map [22m[32m214.00 B[39m
|
|
84
90
|
[32mESM[39m [1mdist/types/action.mjs.map [22m[32m71.00 B[39m
|
|
85
91
|
[32mESM[39m [1mdist/types/annotated-function.mjs.map [22m[32m71.00 B[39m
|
|
92
|
+
[32mESM[39m [1mdist/types/copilot-cloud-config.mjs.map [22m[32m71.00 B[39m
|
|
86
93
|
[32mESM[39m [1mdist/types/index.mjs.map [22m[32m71.00 B[39m
|
|
87
|
-
[32mESM[39m [1mdist/chunk-
|
|
94
|
+
[32mESM[39m [1mdist/chunk-BANDZXMP.mjs.map [22m[32m71.00 B[39m
|
|
88
95
|
[32mESM[39m [1mdist/chunk-NAFEBKSO.mjs.map [22m[32m71.00 B[39m
|
|
89
96
|
[32mESM[39m [1mdist/chunk-YBHX4Y25.mjs.map [22m[32m71.00 B[39m
|
|
97
|
+
[32mESM[39m [1mdist/chunk-MSUB6DGR.mjs.map [22m[32m71.00 B[39m
|
|
90
98
|
[32mESM[39m [1mdist/types/openai-assistant.mjs.map [22m[32m71.00 B[39m
|
|
91
99
|
[32mESM[39m [1mdist/chunk-IAFBVORQ.mjs.map [22m[32m71.00 B[39m
|
|
92
|
-
[32mESM[39m
|
|
93
|
-
[32mESM[39m [1mdist/chunk-S4HGLK2E.mjs.map [22m[32m8.40 KB[39m
|
|
94
|
-
[32mESM[39m ⚡️ Build success in 67ms
|
|
100
|
+
[32mESM[39m ⚡️ Build success in 61ms
|
|
95
101
|
[34mDTS[39m Build start
|
|
96
|
-
[32mDTS[39m ⚡️ Build success in
|
|
97
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.
|
|
102
|
+
[32mDTS[39m ⚡️ Build success in 2092ms
|
|
103
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.46 KB[39m
|
|
98
104
|
[32mDTS[39m [1mdist/types/openai-assistant.d.ts [22m[32m2.79 KB[39m
|
|
99
105
|
[32mDTS[39m [1mdist/types/annotated-function.d.ts [22m[32m766.00 B[39m
|
|
100
106
|
[32mDTS[39m [1mdist/types/action.d.ts [22m[32m2.09 KB[39m
|
|
107
|
+
[32mDTS[39m [1mdist/types/copilot-cloud-config.d.ts [22m[32m278.00 B[39m
|
|
101
108
|
[32mDTS[39m [1mdist/utils/utils.d.ts [22m[32m4.32 KB[39m
|
|
102
109
|
[32mDTS[39m [1mdist/utils/parse-chat-completion.d.ts [22m[32m805.00 B[39m
|
|
103
110
|
[32mDTS[39m [1mdist/utils/decode-chat-completion.d.ts [22m[32m955.00 B[39m
|
|
@@ -105,6 +112,6 @@
|
|
|
105
112
|
[32mDTS[39m [1mdist/utils/annotated-function.d.ts [22m[32m600.00 B[39m
|
|
106
113
|
[32mDTS[39m [1mdist/constants/index.d.ts [22m[32m427.00 B[39m
|
|
107
114
|
[32mDTS[39m [1mdist/constants/copilot-protocol.d.ts [22m[32m128.00 B[39m
|
|
108
|
-
[32mDTS[39m [1mdist/types/index.d.ts [22m[
|
|
115
|
+
[32mDTS[39m [1mdist/types/index.d.ts [22m[32m492.00 B[39m
|
|
109
116
|
[32mDTS[39m [1mdist/utils/index.d.ts [22m[32m853.00 B[39m
|
|
110
117
|
[32mDTS[39m [1mdist/utils/utils.test.d.ts [22m[32m12.00 B[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=chunk-BANDZXMP.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=chunk-MSUB6DGR.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { AssistantMessage, FunctionCall, FunctionCallHandler, FunctionDefinition, JSONValue, Message, Role, ToolDefinition } from './types/openai-assistant.js';
|
|
2
2
|
export { AnnotatedFunction, AnnotatedFunctionArgument, AnnotatedFunctionArrayArgument, AnnotatedFunctionSimpleArgument } from './types/annotated-function.js';
|
|
3
3
|
export { Action, BaseParameter, MappedParameterTypes, ObjectParameter, Parameter, StringParameter } from './types/action.js';
|
|
4
|
+
export { CopilotCloudConfig } from './types/copilot-cloud-config.js';
|
|
4
5
|
export { COMPLEX_HEADER, StreamPart, StreamPartType, StreamString, StreamStringPrefixes, decodeResult, encodeResult, formatStreamPart, isStreamStringEqualToType, parseStreamPart, streamPartsByCode, validCodes } from './utils/utils.js';
|
|
5
6
|
export { ChatCompletionChunk, parseChatCompletion } from './utils/parse-chat-completion.js';
|
|
6
7
|
export { ChatCompletionContentEvent, ChatCompletionEvent, ChatCompletionFunctionEvent, ChatCompletionPartialEvent, ChatCompletionResultEvent, decodeChatCompletion } from './utils/decode-chat-completion.js';
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import "./chunk-UAPRMZEY.mjs";
|
|
2
|
+
import {
|
|
3
|
+
actionToChatCompletionFunction,
|
|
4
|
+
annotatedFunctionToAction,
|
|
5
|
+
annotatedFunctionToChatCompletionFunction
|
|
6
|
+
} from "./chunk-S4HGLK2E.mjs";
|
|
2
7
|
import {
|
|
3
8
|
decodeChatCompletionAsText
|
|
4
9
|
} from "./chunk-4MTSDAP6.mjs";
|
|
@@ -27,15 +32,11 @@ import {
|
|
|
27
32
|
import {
|
|
28
33
|
EXCLUDE_FROM_FORWARD_PROPS_KEYS
|
|
29
34
|
} from "./chunk-3ZU7SB62.mjs";
|
|
30
|
-
import "./chunk-
|
|
35
|
+
import "./chunk-BANDZXMP.mjs";
|
|
31
36
|
import "./chunk-NAFEBKSO.mjs";
|
|
32
37
|
import "./chunk-YBHX4Y25.mjs";
|
|
38
|
+
import "./chunk-MSUB6DGR.mjs";
|
|
33
39
|
import "./chunk-IAFBVORQ.mjs";
|
|
34
|
-
import {
|
|
35
|
-
actionToChatCompletionFunction,
|
|
36
|
-
annotatedFunctionToAction,
|
|
37
|
-
annotatedFunctionToChatCompletionFunction
|
|
38
|
-
} from "./chunk-S4HGLK2E.mjs";
|
|
39
40
|
export {
|
|
40
41
|
COMPLEX_HEADER,
|
|
41
42
|
COPILOT_CLOUD_API_URL,
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/types/copilot-cloud-config.ts
|
|
17
|
+
var copilot_cloud_config_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(copilot_cloud_config_exports);
|
|
19
|
+
//# sourceMappingURL=copilot-cloud-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/types/copilot-cloud-config.ts"],"sourcesContent":["export interface CopilotCloudConfig {\n guardrails: {\n input: {\n restrictToTopic: {\n enabled: boolean;\n validTopics: string[];\n invalidTopics: string[];\n };\n };\n };\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { AssistantMessage, FunctionCall, FunctionCallHandler, FunctionDefinition, JSONValue, Message, Role, ToolDefinition } from './openai-assistant.js';
|
|
2
2
|
export { AnnotatedFunction, AnnotatedFunctionArgument, AnnotatedFunctionArrayArgument, AnnotatedFunctionSimpleArgument } from './annotated-function.js';
|
|
3
3
|
export { Action, BaseParameter, MappedParameterTypes, ObjectParameter, Parameter, StringParameter } from './action.js';
|
|
4
|
+
export { CopilotCloudConfig } from './copilot-cloud-config.js';
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/types/index.ts"],"sourcesContent":["export * from \"./openai-assistant\";\nexport * from \"./annotated-function\";\nexport * from \"./action\";\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../src/types/index.ts"],"sourcesContent":["export * from \"./openai-assistant\";\nexport * from \"./annotated-function\";\nexport * from \"./action\";\nexport * from \"./copilot-cloud-config\";\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
package/dist/types/index.mjs
CHANGED
package/dist/utils/index.mjs
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import "../chunk-UAPRMZEY.mjs";
|
|
2
|
+
import {
|
|
3
|
+
actionToChatCompletionFunction,
|
|
4
|
+
annotatedFunctionToAction,
|
|
5
|
+
annotatedFunctionToChatCompletionFunction
|
|
6
|
+
} from "../chunk-S4HGLK2E.mjs";
|
|
2
7
|
import {
|
|
3
8
|
decodeChatCompletionAsText
|
|
4
9
|
} from "../chunk-4MTSDAP6.mjs";
|
|
@@ -19,11 +24,6 @@ import {
|
|
|
19
24
|
streamPartsByCode,
|
|
20
25
|
validCodes
|
|
21
26
|
} from "../chunk-DBW3BY7E.mjs";
|
|
22
|
-
import {
|
|
23
|
-
actionToChatCompletionFunction,
|
|
24
|
-
annotatedFunctionToAction,
|
|
25
|
-
annotatedFunctionToChatCompletionFunction
|
|
26
|
-
} from "../chunk-S4HGLK2E.mjs";
|
|
27
27
|
export {
|
|
28
28
|
COMPLEX_HEADER,
|
|
29
29
|
StreamStringPrefixes,
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.9.0-mme-cloud.
|
|
7
|
+
"version": "0.9.0-mme-cloud.3",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"module": "./dist/index.mjs",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"ts-jest": "^29.1.1",
|
|
26
26
|
"tsup": "^6.7.0",
|
|
27
27
|
"typescript": "^5.2.3",
|
|
28
|
-
"eslint-config-custom": "0.10.0-mme-cloud.
|
|
29
|
-
"tsconfig": "0.14.0-mme-cloud.
|
|
28
|
+
"eslint-config-custom": "0.10.0-mme-cloud.3",
|
|
29
|
+
"tsconfig": "0.14.0-mme-cloud.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {},
|
|
32
32
|
"scripts": {
|
package/src/types/index.ts
CHANGED
package/dist/chunk-DE5K76I2.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=chunk-DE5K76I2.mjs.map
|
|
File without changes
|