Skip to content

Commit ab320b0

Browse files
authoredDec 8, 2024··
update DEFAULT_MAX_TWEET_LENGTH to 280
1 parent b92dfc3 commit ab320b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/client-twitter/src/environment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { IAgentRuntime } from "@ai16z/eliza";
22
import { z } from "zod";
33

4-
const DEFAULT_MAX_TWEET_LENGTH = 200;
4+
const DEFAULT_MAX_TWEET_LENGTH = 280;
55

66
export const twitterEnvSchema = z.object({
77
TWITTER_DRY_RUN: z

0 commit comments

Comments
 (0)
Please sign in to comment.