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 10b60ea commit b737ae5Copy full SHA for b737ae5
packages/xl-ai-server/src/routes/vercelAiSdk.ts
@@ -32,6 +32,7 @@ vercelAiSdkRoute.post("/generateText", cors(), async (c) => {
32
},
33
});
34
35
+ return result as any;
36
// return result.toDataStreamResponse();
37
38
0 commit comments