stream=true
when calling the chat completions api.
This returns an object that streams the response as data-only server-sent events. To extract chunks,
use the delta field instead of the message field.
Empower supports the streaming in both message and tool use responses.