Skip to content

Commit

Permalink
feat: export BingGeneratorResult
Browse files Browse the repository at this point in the history
  • Loading branch information
PeronGH committed Apr 11, 2023
1 parent 775a851 commit 189d6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type { RecordedMessage } from "./src/types.ts";
export type { BingGeneratorResult, RecordedMessage } from "./src/types.ts";
export { AskBingEventType } from "./src/types.ts";
export { askBingGenerator } from "./src/server.ts";
export { ConversationRecord } from "./src/prompt.ts";

0 comments on commit 189d6c2

Please sign in to comment.