@elizaos/core 1.1.8 → 1.2.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/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;
|
|
564
563
|
text?: string;
|
|
565
564
|
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;
|
|
580
579
|
text?: string;
|
|
581
580
|
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;
|
|
649
648
|
text?: string;
|
|
650
649
|
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;
|
|
691
690
|
text?: string;
|
|
692
691
|
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.
|
|
3
|
+
"version": "1.2.0",
|
|
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": "ebaf4b24102aa4c17c6d42108be13bf2cc1348f3"
|
|
79
79
|
}
|