UNPKG

@autobe/agent

Version:

AI backend server code generator

4 lines (3 loc) 384 B
import { IAgenticaHistoryJson } from "@agentica/core"; import { AutoBePrisma } from "@autobe/interface"; export declare const transformPrismaSchemaHistories: (requirementAnalysisReport: Record<string, string>, targetComponent: AutoBePrisma.IComponent, otherComponents: AutoBePrisma.IComponent[]) => Array<IAgenticaHistoryJson.IAssistantMessage | IAgenticaHistoryJson.ISystemMessage>;