Interface NlMapControlToolDefinitionExperimental

interface NlMapControlToolDefinition {
    description: string;
    inputSchema: HonuaAgentJsonSchema;
    mode: "read" | "action";
    name: "proposeMapPlan" | "executeMapPlan";
    requiresOptIn: boolean;
    title: string;
}

Hierarchy (view full)

Properties

description: string
mode: "read" | "action"
name: "proposeMapPlan" | "executeMapPlan"
requiresOptIn: boolean
title: string