Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Oct 24, 2024
1 parent 7b6102a commit 5f2e85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ai/streams/google-generative-ai-stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ interface TextPart {
text: string;
inlineData?: never;
}

async function* streamable(response: {
stream: AsyncIterable<GenerateContentResponse>;
}) {
Expand Down

0 comments on commit 5f2e85a

Please sign in to comment.