Skip to content

OpenAI.Request.Messages

Andrew Lambert edited this page Mar 12, 2023 · 1 revision

OpenAI.Request.Messages

Property declaration

 Dim Messages As JSONItem

Remarks

A log of previous chat messages for a ChatCompletion request. You may assign a raw JSON chat log or an instance of ChatCompletionData to this property.

Clone this wiki locally