Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AppSnapshot

import type { AppSnapshot } from "https://googleapis.deno.dev/v1/ces:v1.ts";

A snapshot of the app.

interface AppSnapshot {
agents?: Agent[];
app?: App;
examples?: Example[];
guardrails?: Guardrail[];
tools?: Tool[];
toolsets?: Toolset[];
}

§Properties

§
agents?: Agent[]
[src]

Optional. List of agents in the app.

§
app?: App
[src]

Optional. The basic settings for the app.

§
examples?: Example[]
[src]

Optional. List of examples in the app.

§
guardrails?: Guardrail[]
[src]

Optional. List of guardrails in the app.

§
tools?: Tool[]
[src]

Optional. List of tools in the app.

§
toolsets?: Toolset[]
[src]

Optional. List of toolsets in the app.