GoogleCloudAiplatformV1Content
import type { GoogleCloudAiplatformV1Content } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";The structured data content of a message. A Content message contains a
role field, which indicates the producer of the content, and a parts
field, which contains the multi-part data of the message.
§Properties
§
parts?: GoogleCloudAiplatformV1Part[]
[src]Required. A list of Part objects that make up a single message. Parts of a message can have different MIME types. A Content message must have at least one Part.