EndpointSpec
import type { EndpointSpec } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";The spec of the endpoint.
interface EndpointSpec {
content?: {};
[key: string]: any;
type?: "TYPE_UNSPECIFIED" | "NO_SPEC";
}import type { EndpointSpec } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";The spec of the endpoint.