Skip to content

Commit 1794a35

Browse files
authored
Merge branch 'develop' into 2373--fix-image-description
2 parents 2b2596f + 9683fc5 commit 1794a35

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

agent/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@elizaos/agent",
33
"version": "0.1.9-alpha.1",
4-
"version": "0.1.9-alpha.1",
54
"main": "src/index.ts",
65
"type": "module",
76
"scripts": {
@@ -125,4 +124,4 @@
125124
"ts-node": "10.9.2",
126125
"tsup": "8.3.5"
127126
}
128-
}
127+
}

agent/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ export async function createAgent(
770770
// Validate TEE configuration
771771
if (teeMode !== TEEMode.OFF && !walletSecretSalt) {
772772
elizaLogger.error(
773-
"WALLET_SECRET_SALT required when TEE_MODE is enabled"
773+
"A WALLET_SECRET_SALT required when TEE_MODE is enabled"
774774
);
775775
throw new Error("Invalid TEE configuration");
776776
}

docs/api/classes/MemoryCacheAdapter.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
### new MemoryCacheAdapter()
1212

13-
> **new MemoryCacheAdapter**(`initalData`?): [`MemoryCacheAdapter`](MemoryCacheAdapter.md)
13+
> **new MemoryCacheAdapter**(`initialData`?): [`MemoryCacheAdapter`](MemoryCacheAdapter.md)
1414
1515
#### Parameters
1616

17-
**initalData?**: `Map`\<`string`, `string`\>
17+
**initialData?**: `Map`\<`string`, `string`\>
1818

1919
#### Returns
2020

docs/community/ai16z/degenai/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We can rebuild him
1111
- ai16z is the biggest holder of degenai (a pumpfun coin)
1212
- Current plan for ai16z still is buybacks of degenai
1313
- To-do: We need to surface this better (like a website)
14-
- DegenspartanAI also stacks his own coin as well
14+
- DegenSpartanAI also stacks his own coin as well
1515
- Shitposting while trading
1616
- He might just dump your shit
1717
- May do psyops like self fuds his own bags

0 commit comments

Comments
 (0)