Callback
import type { Callback } from "https://googleapis.deno.dev/v1/ces:v1.ts";A callback defines the custom logic to be executed at various stages of agent interaction.
interface Callback {
description?: string;
disabled?: boolean;
pythonCode?: string;
}