Skip to content

OpenAI.ChatCompletion.IsValid

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

Method signature

 Shared Function IsValid(Request As OpenAI.Request) As OpenAI.ValidationError

Parameters

Name Type Comment
Request OpenAI.Request The request to validate.

Return value

Returns a member of the ValidationError enum indicating whether and how the Request appears to be invalid for this endpoint.

Clone this wiki locally