Skip to content

OpenAI.Moderation.IsValid

Andrew Lambert edited this page Feb 20, 2023 · 2 revisions

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