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

DataStoreToolRewriterConfig

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

Rewriter configuration.

interface DataStoreToolRewriterConfig {
disabled?: boolean;
modelSettings?: ModelSettings;
prompt?: string;
}

§Properties

§
disabled?: boolean
[src]

Optional. Whether the rewriter is disabled.

§
modelSettings?: ModelSettings
[src]

Required. Configurations for the LLM model.

§
prompt?: string
[src]

Optional. The prompt definition. If not set, default prompt will be used.