Skip to content

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