marcominerva/ChatGptNet

Rename the AsMessages extension method

Closed this issue · 0 comments

The AsMessages extension method on IAsyncEnumerable<ChatGptResponse> is named incorrectly. It does not return whole messages, but single deltas only. For this reason, it must renamed as AsDeltas.