Skip to content

Commit e70734a

Browse files
refactor: remove internal ChatSessionState from public exports
ChatSessionState is an implementation detail of the transport's session tracking. Users don't need to access it since the sessions map is private. Co-authored-by: Eric Allam <eric@trigger.dev>
1 parent ec633c1 commit e70734a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ai/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { TriggerChatTransport, createChatTransport } from "./transport.js";
2-
export type { TriggerChatTransportOptions, ChatTaskPayload, ChatSessionState } from "./types.js";
2+
export type { TriggerChatTransportOptions, ChatTaskPayload } from "./types.js";
33
export { VERSION } from "./version.js";

0 commit comments

Comments
 (0)