@elizaos/core 1.3.0 → 1.3.1
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
|
@@ -1645,9 +1645,9 @@ declare const characterSchema: z.ZodObject<{
|
|
|
1645
1645
|
}, "strip", z.ZodTypeAny, {
|
|
1646
1646
|
name?: string;
|
|
1647
1647
|
content?: {
|
|
1648
|
-
thought?: string;
|
|
1649
1648
|
text?: string;
|
|
1650
1649
|
actions?: string[];
|
|
1650
|
+
thought?: string;
|
|
1651
1651
|
providers?: string[];
|
|
1652
1652
|
source?: string;
|
|
1653
1653
|
target?: string;
|
|
@@ -1661,9 +1661,9 @@ declare const characterSchema: z.ZodObject<{
|
|
|
1661
1661
|
}, {
|
|
1662
1662
|
name?: string;
|
|
1663
1663
|
content?: {
|
|
1664
|
-
thought?: string;
|
|
1665
1664
|
text?: string;
|
|
1666
1665
|
actions?: string[];
|
|
1666
|
+
thought?: string;
|
|
1667
1667
|
providers?: string[];
|
|
1668
1668
|
source?: string;
|
|
1669
1669
|
target?: string;
|
|
@@ -1730,9 +1730,9 @@ declare const characterSchema: z.ZodObject<{
|
|
|
1730
1730
|
messageExamples?: {
|
|
1731
1731
|
name?: string;
|
|
1732
1732
|
content?: {
|
|
1733
|
-
thought?: string;
|
|
1734
1733
|
text?: string;
|
|
1735
1734
|
actions?: string[];
|
|
1735
|
+
thought?: string;
|
|
1736
1736
|
providers?: string[];
|
|
1737
1737
|
source?: string;
|
|
1738
1738
|
target?: string;
|
|
@@ -1772,9 +1772,9 @@ declare const characterSchema: z.ZodObject<{
|
|
|
1772
1772
|
messageExamples?: {
|
|
1773
1773
|
name?: string;
|
|
1774
1774
|
content?: {
|
|
1775
|
-
thought?: string;
|
|
1776
1775
|
text?: string;
|
|
1777
1776
|
actions?: string[];
|
|
1777
|
+
thought?: string;
|
|
1778
1778
|
providers?: string[];
|
|
1779
1779
|
source?: string;
|
|
1780
1780
|
target?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "48d0b08182b5fd5b17dd58198b1fee15b0815775"
|
|
80
80
|
}
|