We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92dfc3 commit ab320b0Copy full SHA for ab320b0
packages/client-twitter/src/environment.ts
@@ -1,7 +1,7 @@
1
import { IAgentRuntime } from "@ai16z/eliza";
2
import { z } from "zod";
3
4
-const DEFAULT_MAX_TWEET_LENGTH = 200;
+const DEFAULT_MAX_TWEET_LENGTH = 280;
5
6
export const twitterEnvSchema = z.object({
7
TWITTER_DRY_RUN: z
0 commit comments