Skip to content

Commit

Permalink
feat(types): Add assistant_thread to message event payload type (#2077
Browse files Browse the repository at this point in the history
)
  • Loading branch information
seratch authored Oct 22, 2024
1 parent 8ba3a43 commit 806c2a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/types/src/events/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export interface GenericMessageEvent {
count: number;
users: string[];
}[];

// TODO: add properties to this field once it's publicly released
assistant_thread?: Record<string, unknown>;
}

export interface BotMessageEvent {
Expand Down

0 comments on commit 806c2a9

Please sign in to comment.