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

Properties

return_indeces: number[]
thoughts: string