Skip to content

Commit

Permalink
fix: Update OpenAI type import path for better type recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jan 16, 2025
1 parent 82556bd commit 26dcfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/mutations/__fixtures__/CreateAIReply.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
},
};

/** @type {import('openai').ChatCompletion} */
/** @type {import('openai/src/resources/chat/completions').ChatCompletion} */
export const SUCCESS_OPENAI_RESP = {
id: 'chatcmpl-some-id',
object: 'chat.completion',
Expand Down

0 comments on commit 26dcfe5

Please sign in to comment.