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 0e7f577 commit 5d227a4Copy full SHA for 5d227a4
src/api/providers/xai.ts
@@ -65,7 +65,7 @@ export class XAIHandler extends BaseProvider implements SingleCompletionHandler
65
if (delta && "reasoning_content" in delta && delta.reasoning_content) {
66
yield {
67
type: "reasoning",
68
- text: (delta.reasoning_content as string | undefined) || "",
+ text: delta.reasoning_content as string,
69
}
70
71
0 commit comments