GoogleCloudAiplatformV1SchemaPromptSpecPartList
import type { GoogleCloudAiplatformV1SchemaPromptSpecPartList } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
A list of elements and information that make up a portion of prompt.
interface GoogleCloudAiplatformV1SchemaPromptSpecPartList {
parts?: GoogleCloudAiplatformV1Part[];
}§Properties
§
parts?: GoogleCloudAiplatformV1Part[]
[src]A list of elements that can be part of a prompt.