Chunk
import type { Chunk } from "https://googleapis.deno.dev/v1/ces:v1.ts";A chunk of content within a message.
interface Chunk {
agentTransfer?: AgentTransfer;
defaultVariables?: {};
[key: string]: any;
image?: Image;
payload?: {};
[key: string]: any;
text?: string;
toolCall?: ToolCall;
toolResponse?: ToolResponse;
transcript?: string;
updatedVariables?: {};
}[key: string]: any;
§Properties
§
agentTransfer?: AgentTransfer
[src]Optional. Agent transfer event.
§
defaultVariables?: {}
[src][key: string]: any;
A struct represents default variables at the start of the conversation, keyed by variable names.
§
toolResponse?: ToolResponse
[src]Optional. Tool execution response.