We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa73fa5 commit b1e8f1dCopy full SHA for b1e8f1d
packages/ai/src/methods/generate-content.ts
@@ -74,7 +74,7 @@ export async function generateContentStream(
74
callResult.response,
75
apiSettings,
76
callResult.inferenceSource
77
- ); // TODO: Map streaming responses
+ );
78
}
79
80
async function generateContentOnCloud(
0 commit comments