You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your response should not contain any questions. Brief, concise statements only. The total character count MUST be less than {{maxTweetLength}}. No emojis. Use \\n\\n (double spaces) between statements if there are multiple statements in your response.`;
Maybe it would be nice to pass custom inputs into composeContext:
Or perhaps just populate the maxTweetLength in the template directly in this case before sending to composeContext?
There might be an obvious simple fix for this in alignment with Eliza architecture that I'm not seeing. Would love to learn from more experienced devs the correct way to fix this simple issue.
The text was updated successfully, but these errors were encountered:
The template tag {{maxTweetLength}} doesn't exist.
eliza/packages/client-twitter/src/post.ts
Line 55 in 3b4bc85
Maybe it would be nice to pass custom inputs into composeContext:
eliza/packages/client-twitter/src/post.ts
Line 524 in 3b4bc85
Or perhaps just populate the maxTweetLength in the template directly in this case before sending to composeContext?
There might be an obvious simple fix for this in alignment with Eliza architecture that I'm not seeing. Would love to learn from more experienced devs the correct way to fix this simple issue.
The text was updated successfully, but these errors were encountered: