We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48e8f8 commit 8c1e53eCopy full SHA for 8c1e53e
packages/client-twitter/src/post.ts
@@ -271,8 +271,6 @@ export class TwitterPostClient {
271
twitterPostTemplate,
272
});
273
274
- console.log("twitter context:\n" + context);
275
-
276
elizaLogger.debug("generate post prompt:\n" + context);
277
278
const newTweetContent = await generateText({
@@ -433,7 +431,7 @@ export class TwitterPostClient {
433
431
context: options?.context || context,
434
432
modelClass: ModelClass.SMALL,
435
436
- console.log("generate tweet content response:\n" + response);
+ elizaLogger.debug("generate tweet content response:\n" + response);
437
438
// First clean up any markdown and newlines
439
const cleanedResponse = response
0 commit comments