Interface IProviderRequestOptions
Base marker interface for all provider (vendor)-specific request options.
Options exist because not every parameter is supported by every provider. Rather than polluting the shared FluentAPI with provider-specific fields, extra parameters are encapsulated in a dedicated options object and passed alongside the request.
All provider-specific option classes should implement this interface, either directly or through one of the endpoint-scoped sub-interfaces below.
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IProviderRequestOptions