Skip to content

Commit

Permalink
Fix choices.message type
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Nov 20, 2024
1 parent 7b0b0c0 commit 2ff3026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inngest/src/components/ai/providers/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export interface OpenAiProvider extends Provider {
*/
transcript: string;
} | null;
}[];
};

/**
* Log probability information for the choice.
Expand Down

0 comments on commit 2ff3026

Please sign in to comment.