Skip to content

Commit

Permalink
Merge pull request #8 from zerodays/feat/export-more-types
Browse files Browse the repository at this point in the history
Export ChatCompletionMessageParam
  • Loading branch information
vucinatim authored Apr 9, 2024
2 parents fdb1b89 + e8ab90a commit 18d776d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export {
ChatCompletionMessageOrReactElement,
Tool,
} from './openai/chat-completion';
export { ChatCompletionMessageParam } from 'openai/resources';
export { isReactElement } from './openai/utils';

0 comments on commit 18d776d

Please sign in to comment.