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

OpenAI.ChatCompletion.ChatLog

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

Property declaration

 Dim ChatLog As OpenAI.ChatCompletionData

Remarks

Holds a reference to the ChatCompletionData object containing previous chat messages. This log will be passed to chat completions generated by the ChatCompletion.GenerateNext() method, providing the context of the conversation. You may add, insert, or remove messages from the log before calling GenerateNext() to manipulate the context.

Clone this wiki locally