AgentLlmAgent
import type { AgentLlmAgent } from "https://googleapis.deno.dev/v1/ces:v1.ts";Default agent type. The agent uses instructions and callbacks specified in the agent to perform the task using a large language model.
interface AgentLlmAgent {}