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

ToolResponses

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

Execution results for the requested tool calls from the client.

interface ToolResponses {
toolResponses?: ToolResponse[];
}

§Properties

§
toolResponses?: ToolResponse[]
[src]

Optional. The list of tool execution results.