Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1GenerationConfigThinkingConfig

import type { GoogleCloudAiplatformV1GenerationConfigThinkingConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Config for thinking features.

interface GoogleCloudAiplatformV1GenerationConfigThinkingConfig {
includeThoughts?: boolean;
thinkingBudget?: number;
}

§Properties

§
includeThoughts?: boolean
[src]

Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.

§
thinkingBudget?: number
[src]

Optional. Indicates the thinking budget in tokens.