marcominerva / ChatGptNet

A ChatGPT integration library for .NET, supporting both OpenAI and Azure OpenAI Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename the AsMessages extension method

marcominerva opened this issue · 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.