Skip to content

Commit 97811bb

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 4a828fe commit 97811bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)