Skip to content

OpenAI.ChatCompletionData.GetMessage

Andrew Lambert edited this page Jan 15, 2024 · 3 revisions

Method signature

Function GetMessage(Index As Integer) As JSONItem

Parameters

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

Return value

Returns the message at Index as a JSONItem.

See also

Clone this wiki locally