Skip to content

Commit

Permalink
snip todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmacartney committed Aug 14, 2023
1 parent 8833c10 commit 8749de6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions convex/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ export async function handleAgentInteraction(

const messages: Message[] = [];

// TODO: real logic. this just sends one message each!

const endAfterTs = Date.now() + CONVERSATION_TIME_LIMIT;
// Choose who should speak next:
let endConversation = false;
Expand Down

0 comments on commit 8749de6

Please sign in to comment.