UNPKG

@autobe/agent

Version:

AI backend server code generator

12 lines (11 loc) 652 B
import { AutoBeAnalyze } from "@autobe/interface"; import { AutoBeState } from "../../../context/AutoBeState"; import { IAutoBeOrchestrateHistory } from "../../../structures/IAutoBeOrchestrateHistory"; import { AutoBePreliminaryController } from "../../common/AutoBePreliminaryController"; export declare const transformInterfaceAuthorizationHistory: (props: { state: AutoBeState; prefix: string; actor: AutoBeAnalyze.IActor; preliminary: AutoBePreliminaryController<"analysisSections" | "databaseSchemas" | "previousAnalysisSections" | "previousDatabaseSchemas" | "complete">; instruction: string; }) => IAutoBeOrchestrateHistory;