Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Sep 2, 2024
1 parent 6d67b6f commit 18b96fc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/emitter/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,3 @@ export interface EventMeta<C = unknown> {
context: C;
trace?: EventTrace;
}

// CREATED
// Agent onStart({..., duration: 0, id: 1, parentId: null })
// LLM onStart({..., duration: 0, id: 2, parentId: 1, groupId: xxx })
// LLM onNewToken({..., duration: 10, id: 3, parentId: 1, groupId: xxx })
// LLM onNewToken({..., duration:5, id: 4, parentId: 1, groupId: xxx})
// LLM onNewToken({..., duration: 7, id: 5, parentId: 1, groupId: xxx})
// LLM onNewToken({..., duration:20, id: 6, parentId: 1, groupId: xxx})
// LLM onEnd({..., duration:10+5+7+20, groupId: xxx})
// DESTROYED

0 comments on commit 18b96fc

Please sign in to comment.