-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.Request.UnSet
Andrew Lambert edited this page Dec 20, 2023
·
3 revisions
Sub UnSet(KeyName As String)
Name | Type | Comment |
---|---|---|
KeyName | String | The name of the JSON key to delete from the request. |
Deletes 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.