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 923e391 commit 98d38c3Copy full SHA for 98d38c3
src/api/transform/openai-format.ts
@@ -89,7 +89,7 @@ export function convertToOpenAiMessages(
89
}
90
91
return { type: "text", text: part.text }
92
- }),
+ }).join("\n") ?? "",
93
})
94
95
} else if (anthropicMessage.role === "assistant") {
0 commit comments