contents property

List<Content> contents
final

Required. The prompt to generate rubrics from. For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request.

Implementation

final List<Content> contents;