interface CortexOutput {
    calls: common.apis.cortex.FunctionCall[];
    return_indeces: number[];
    thoughts: string;
}

Properties

return_indeces: number[]
thoughts: string