@elizaos/core 1.2.2 → 1.2.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/index.d.ts +4 -4
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -560,9 +560,9 @@ declare const characterSchema: z.ZodObject<{
|
|
|
560
560
|
}, "strip", z.ZodTypeAny, {
|
|
561
561
|
name?: string;
|
|
562
562
|
content?: {
|
|
563
|
+
thought?: string;
|
|
563
564
|
text?: string;
|
|
564
565
|
actions?: string[];
|
|
565
|
-
thought?: string;
|
|
566
566
|
providers?: string[];
|
|
567
567
|
source?: string;
|
|
568
568
|
target?: string;
|
|
@@ -576,9 +576,9 @@ declare const characterSchema: z.ZodObject<{
|
|
|
576
576
|
}, {
|
|
577
577
|
name?: string;
|
|
578
578
|
content?: {
|
|
579
|
+
thought?: string;
|
|
579
580
|
text?: string;
|
|
580
581
|
actions?: string[];
|
|
581
|
-
thought?: string;
|
|
582
582
|
providers?: string[];
|
|
583
583
|
source?: string;
|
|
584
584
|
target?: string;
|
|
@@ -645,9 +645,9 @@ declare const characterSchema: z.ZodObject<{
|
|
|
645
645
|
messageExamples?: {
|
|
646
646
|
name?: string;
|
|
647
647
|
content?: {
|
|
648
|
+
thought?: string;
|
|
648
649
|
text?: string;
|
|
649
650
|
actions?: string[];
|
|
650
|
-
thought?: string;
|
|
651
651
|
providers?: string[];
|
|
652
652
|
source?: string;
|
|
653
653
|
target?: string;
|
|
@@ -687,9 +687,9 @@ declare const characterSchema: z.ZodObject<{
|
|
|
687
687
|
messageExamples?: {
|
|
688
688
|
name?: string;
|
|
689
689
|
content?: {
|
|
690
|
+
thought?: string;
|
|
690
691
|
text?: string;
|
|
691
692
|
actions?: string[];
|
|
692
|
-
thought?: string;
|
|
693
693
|
providers?: string[];
|
|
694
694
|
source?: string;
|
|
695
695
|
target?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "4d35d390716a93b2ce3ea6a5f24627fd7a72b86e"
|
|
79
79
|
}
|