ClientFunction
import type { ClientFunction } from "https://googleapis.deno.dev/v1/ces:v1.ts";Represents a client-side function that the agent can invoke. When the tool is chosen by the agent, control is handed off to the client. The client is responsible for executing the function and returning the result as a ToolResponse to continue the interaction with the agent.