interface FromLLMInput {
    graph: Neo4jGraph;
    cypherLLM?: any;
    cypherPrompt?: any;
    llm?: any;
    qaLLM?: any;
    qaPrompt?: any;
    returnDirect?: boolean;
    returnIntermediateSteps?: boolean;
}

Properties

graph: Neo4jGraph
cypherLLM?: any
cypherPrompt?: any
llm?: any
qaLLM?: any
qaPrompt?: any
returnDirect?: boolean
returnIntermediateSteps?: boolean

Generated using TypeDoc