-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.Request.IsSet
Andrew Lambert edited this page Dec 20, 2023
·
4 revisions
Function IsSet(KeyName As String) As Boolean
Name | Type | Comment |
---|---|---|
KeyName | String | The name of the JSON key to look for. |
Returns True
if the KeyName
has been set.
Checks for the existence of the specified request parameter. The KeyName
must exactly match the parameter name used by the API, which might not match the name of property exposed by this class. For example, the NumberOfResults property corresponds to the "n"
API parameter.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.