@waniwani/sdk 0.14.3 → 0.14.4
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/chat/embed.js +59 -59
- package/dist/chat/embed.js.map +1 -1
- package/dist/chat/index.d.ts +5 -0
- package/dist/chat/index.js +7 -7
- package/dist/chat/index.js.map +1 -1
- package/dist/legacy/index.d.ts +5 -0
- package/dist/legacy/index.js +13 -13
- package/dist/legacy/index.js.map +1 -1
- package/package.json +1 -1
package/dist/legacy/index.d.ts
CHANGED
|
@@ -1333,6 +1333,11 @@ interface Messages {
|
|
|
1333
1333
|
thoughtBrief: string;
|
|
1334
1334
|
thoughtForSeconds: (count: number) => string;
|
|
1335
1335
|
};
|
|
1336
|
+
/** Chain-of-thought header (no icon): a generic label per state. */
|
|
1337
|
+
chainOfThought: {
|
|
1338
|
+
working: string;
|
|
1339
|
+
done: string;
|
|
1340
|
+
};
|
|
1336
1341
|
tool: {
|
|
1337
1342
|
copy: string;
|
|
1338
1343
|
copied: string;
|