UNPKG

adk-typescript

Version:

TypeScript port of Google's Agent Development Kit (ADK)

10 lines (9 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseLlmConnection = void 0; /** * The base class for a live model connection. */ class BaseLlmConnection { } exports.BaseLlmConnection = BaseLlmConnection;