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[];
}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.