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

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