Convert LaunchDarkly messages to the Vercel AI SDK message format.
The Vercel AI SDK accepts the same { role, content } shape that LDMessage uses, so this helper currently performs a structural pass-through.
{ role, content }
Generated using TypeDoc
Convert LaunchDarkly messages to the Vercel AI SDK message format.
The Vercel AI SDK accepts the same
{ role, content }shape that LDMessage uses, so this helper currently performs a structural pass-through.