Variable CortexOutputResponseFormatConst

CortexOutputResponseFormat: AutoParseableResponseFormat<{
    calls: {
        name: string;
        parameters: null | Record<string, string>;
    }[];
    return_indeces: number[];
    thoughts: string;
}> = ...