GenerativeAIService Constructor

Initializes a new instance of the GenerativeAIService class

Definition

Namespace: GenerativeAI.Web
Assembly: GenerativeAI.Web (in GenerativeAI.Web.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public GenerativeAIService(
	IOptions<GenerativeAIOptions> options
)

Parameters

options  IOptionsGenerativeAIOptions

[Missing <param name="options"/> documentation for "M:GenerativeAI.Web.GenerativeAIService.#ctor(Microsoft.Extensions.Options.IOptions{GenerativeAI.Web.GenerativeAIOptions})"]

See Also