@factorialco/f0-react 2.20.0 → 2.21.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/dist/{F0AiTableCard-CJyoi39I.js → F0AiTableCard-BzXULBvr.js} +1981 -2070
- package/dist/{F0CanvasPanel-ClSoMwWX.js → F0CanvasPanel-v9tjaOnW.js} +37164 -31928
- package/dist/F0CanvasPanel.css +1 -1
- package/dist/ai.d.ts +41 -17
- package/dist/ai.js +35 -35
- package/dist/experimental.d.ts +14 -3
- package/dist/experimental.js +1883 -2368
- package/dist/f0.d.ts +49 -19
- package/dist/f0.js +19197 -23454
- package/dist/i18n-provider-defaults.d.ts +1 -1
- package/dist/i18n-provider-defaults.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/{index-2WEjr-1D.js → useDataCollectionSource-BzwXcIpi.js} +11491 -11785
- package/package.json +1 -1
- /package/dist/{index.css → useDataCollectionSource.css} +0 -0
|
@@ -379,7 +379,7 @@ export declare const defaultTranslations: {
|
|
|
379
379
|
readonly stopAnswerGeneration: "Stop generating";
|
|
380
380
|
readonly responseStopped: "You stopped this response";
|
|
381
381
|
readonly sendMessage: "Send message";
|
|
382
|
-
readonly thoughtsGroupTitle: "
|
|
382
|
+
readonly thoughtsGroupTitle: "Reasoning";
|
|
383
383
|
readonly resourcesGroupTitle: "Resources";
|
|
384
384
|
readonly thinking: "Thinking...";
|
|
385
385
|
readonly feedbackModal: {
|
|
@@ -379,7 +379,7 @@ const e = {
|
|
|
379
379
|
stopAnswerGeneration: "Stop generating",
|
|
380
380
|
responseStopped: "You stopped this response",
|
|
381
381
|
sendMessage: "Send message",
|
|
382
|
-
thoughtsGroupTitle: "
|
|
382
|
+
thoughtsGroupTitle: "Reasoning",
|
|
383
383
|
resourcesGroupTitle: "Resources",
|
|
384
384
|
thinking: "Thinking...",
|
|
385
385
|
feedbackModal: {
|