Skip to content

Commit

Permalink
refactor: consolidate dupe imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bayological committed Jan 9, 2025
1 parent 53e9488 commit 5f84292
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/client-twitter/src/interactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@ import {
stringToUuid,
elizaLogger,
getEmbeddingZeroVector,
parsePizzaDecisionFromText,
pizzaDecisionFooter,
} from "@elizaos/core";
import { ClientBase } from "./base";
import { buildConversationThread, sendTweet, wait } from "./utils.ts";
import {
generateText
} from "@ai16z/eliza/src/generation.ts";
} from "@elizaos/core";
import { PizzaAPI } from "./pizza.ts";
import {
pizzaDecisionFooter,
parsePizzaDecisionFromText
} from "@ai16z/eliza/src/parsing.ts";

export const twitterMessageHandlerTemplate =
`
Expand Down

0 comments on commit 5f84292

Please sign in to comment.