ConversationalRetrievalAgentOptions: {
    inputKey?: string;
    memoryKey?: string;
    outputKey?: string;
    prefix?: string;
    rememberIntermediateSteps?: boolean;
    verbose?: boolean;
}