Skip to content

Commit

Permalink
updated the ChatCompletionOptionsWithImage type to include the stream…
Browse files Browse the repository at this point in the history
… property
  • Loading branch information
wayne-chang authored Mar 7, 2024
1 parent e8642de commit 0307f9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/plugins/anthropic/anthropic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,5 @@ export type ChatCompletionOptionsWithImage = ChatCompletionOptions & {
media_type: string;
data: string;
};
stream?: boolean;
};

0 comments on commit 0307f9d

Please sign in to comment.