GoogleCloudAiplatformV1CountTokensRequest
import type { GoogleCloudAiplatformV1CountTokensRequest } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Request message for PredictionService.CountTokens.
§Properties
Optional. Input content.
Optional. Generation config that the model will use to generate the response.
Optional. The instances that are the input to token counting call. Schema is identical to the prediction schema of the underlying model.
Optional. The name of the publisher model requested to serve the
prediction. Format:
projects/{project}/locations/{location}/publishers/*\/models/*
Optional. The user provided system instructions for the model. Note: only text should be used in parts and content in each part will be in a separate paragraph.
Optional. A list of Tools
the model may use to generate the next
response. A Tool
is a piece of code that enables the system to interact
with external systems to perform an action, or set of actions, outside of
knowledge and scope of the model.