Skip to content

OpenAI.ChatCompletionData.GetMessageText

Andrew Lambert edited this page Jan 15, 2024 · 1 revision

OpenAI.ChatCompletionData.GetMessageText

Method signature

Function GetMessageText(Index As Integer) As String

Parameters

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

Return value

Returns the message text at Index as a string.

See also

Clone this wiki locally