interface SCMBuildResult {
    functions: common.apis.cortex.Function[];
    output_structure?: any;
    system_prompt: string;
}

Properties

functions: common.apis.cortex.Function[]
output_structure?: any
system_prompt: string