stream


Description:

public bool stream { get; set; }

Stream response as it's generated.

When true (default), the response is streamed incrementally as chunks arrive. When false, the response is returned as a complete message after generation finishes.