Variable ENTITY_MEMORY_CONVERSATION_TEMPLATEConst

ENTITY_MEMORY_CONVERSATION_TEMPLATE: PromptTemplate<{
    entities: any;
    history: any;
    input: any;
}, any> = ...

Type declaration

  • entities: any
  • history: any
  • input: any

Generated using TypeDoc