BatchCreateChunksRequestRequests Property

Gets or sets the requests messages specifying the CreateChunkRequests to create. A maximum of 100 CreateChunkRequests can be created in a batch.

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public List<CreateChunkRequest>? Requests { get; set; }

Property Value

ListCreateChunkRequest

See Also