Function: assistantTextFromSse()
assistantTextFromSse(
body):string
Concatenate the assistant’s answer out of an AI SDK SSE transcript.
The agent streams its reply as text-delta frames
(data: {"type":"text-delta","payload":{"text":"..."}}), so the full
answer only ever exists as deltas on the wire and has to be
reassembled here.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string