generateContentRequest property

GenerateContentRequest? generateContentRequest
final

Optional. The overall input given to the Model. This includes the prompt as well as other model steering information like system instructions, and/or function declarations for function calling. Models/Contents and generate_content_requests are mutually exclusive. You can either send Model + Contents or a generate_content_request, but never both.

Implementation

final GenerateContentRequest? generateContentRequest;