@copilotkit/react-textarea 0.38.0-mme-alpha.1 → 1.0.0-beta.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 +147 -147
- package/CHANGELOG.md +11 -18
- package/dist/{chunk-F3ODSYXD.mjs → chunk-3SVQJA5A.mjs} +3 -3
- package/dist/chunk-3SVQJA5A.mjs.map +1 -0
- package/dist/{chunk-OMYRZZRF.mjs → chunk-5KLAWLCD.mjs} +2 -2
- package/dist/{chunk-OMYRZZRF.mjs.map → chunk-5KLAWLCD.mjs.map} +1 -1
- package/dist/{chunk-32FVLE3X.mjs → chunk-IF7CDWEH.mjs} +3 -3
- package/dist/components/copilot-textarea/copilot-textarea.js +3 -3
- package/dist/components/copilot-textarea/copilot-textarea.js.map +1 -1
- package/dist/components/copilot-textarea/copilot-textarea.mjs +3 -3
- package/dist/components/index.js +3 -3
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +3 -3
- package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js +1 -1
- package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map +1 -1
- package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs +1 -1
- package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js +2 -2
- package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map +1 -1
- package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/package.json +7 -7
- package/src/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx +1 -1
- package/src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.tsx +2 -3
- package/dist/chunk-F3ODSYXD.mjs.map +0 -1
- /package/dist/{chunk-32FVLE3X.mjs.map → chunk-IF7CDWEH.mjs.map} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotTextarea
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-IF7CDWEH.mjs";
|
|
4
|
+
import "../../chunk-3SVQJA5A.mjs";
|
|
5
|
+
import "../../chunk-5KLAWLCD.mjs";
|
|
6
6
|
import "../../chunk-RUV6NBIF.mjs";
|
|
7
7
|
import "../../chunk-H3PGQHLG.mjs";
|
|
8
8
|
import "../../chunk-CVO5T3PA.mjs";
|
package/dist/components/index.js
CHANGED
|
@@ -1860,7 +1860,7 @@ function useMakeStandardAutosuggestionFunction(textareaPurpose, contextCategorie
|
|
|
1860
1860
|
},
|
|
1861
1861
|
messages: (0, import_runtime_client_gql.convertMessagesToGqlInput)(messages)
|
|
1862
1862
|
},
|
|
1863
|
-
|
|
1863
|
+
copilotApiConfig.properties,
|
|
1864
1864
|
abortSignal
|
|
1865
1865
|
).toPromise();
|
|
1866
1866
|
let result = "";
|
|
@@ -2175,7 +2175,7 @@ function useMakeStandardInsertionOrEditingFunction(textareaPurpose, contextCateg
|
|
|
2175
2175
|
},
|
|
2176
2176
|
messages: (0, import_runtime_client_gql5.convertMessagesToGqlInput)(messages)
|
|
2177
2177
|
},
|
|
2178
|
-
|
|
2178
|
+
copilotApiConfig.properties,
|
|
2179
2179
|
abortSignal
|
|
2180
2180
|
)
|
|
2181
2181
|
);
|
|
@@ -2226,7 +2226,7 @@ function useMakeStandardInsertionOrEditingFunction(textareaPurpose, contextCateg
|
|
|
2226
2226
|
},
|
|
2227
2227
|
messages: (0, import_runtime_client_gql5.convertMessagesToGqlInput)(messages)
|
|
2228
2228
|
},
|
|
2229
|
-
|
|
2229
|
+
copilotApiConfig.properties,
|
|
2230
2230
|
abortSignal
|
|
2231
2231
|
)
|
|
2232
2232
|
);
|