• 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.

    Parameters

    • messages: LDMessage[]

    Returns LDMessage[]

Generated using TypeDoc