Skip to content

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