GenerateContentRequest(Content) Constructor

Represents a request to generate content. This class enables the definition of content generation specifics through properties such as the content details, tools, tool configurations, safety settings, and system instructions. Optional configurations allow customization and adaptation of the generation process.

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public GenerateContentRequest(
	Content content
)

Parameters

content  Content

[Missing <param name="content"/> documentation for "M:GenerativeAI.Types.GenerateContentRequest.#ctor(GenerativeAI.Types.Content)"]

See Also