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

OpenAI.ChatCompletionData.RemoveMessage

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

OpenAI.ChatCompletionData.RemoveMessage

Method signature

Sub RemoveMessage(Index As Integer)

Parameters

Name Type Comment
Index Integer The index of the message to remove.

Remarks

Removes the specified message from the chat log.

See also

Clone this wiki locally