contents property

List<GoogleCloudAiplatformV1Content>? contents
getter/setter pair

The content of the current conversation with the model.

For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request.

Required.

Implementation

core.List<GoogleCloudAiplatformV1Content>? contents;