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

ToolCalls

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

Request for the client to execute the tools and return the execution results before continuing the session.

interface ToolCalls {
toolCalls?: ToolCall[];
}

§Properties

§
toolCalls?: ToolCall[]
[src]

Optional. The list of tool calls to execute.