import { type EaCAIAsCode } from "https://deno.land/x/fathym_everything_as_code@v0.0.369/src/eac/modules/ai/EaCAIAsCode.ts";
definition: { Embeddings?: Record<string, EaCEmbeddingsAsCode>; LLMs?: Record<string, EaCLLMAsCode>; VectorStores?: Record<string, EaCVectorStoreAsCode>; } & EaCDetails<EaCAIDetails>