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.