Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

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