GoogleCloudAiplatformV1GenerationConfigThinkingConfig
import type { GoogleCloudAiplatformV1GenerationConfigThinkingConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Config for thinking features.
interface GoogleCloudAiplatformV1GenerationConfigThinkingConfig {
includeThoughts?: boolean;
thinkingBudget?: number;
}