MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / getChatHistory

Function getChatHistory

packages/server/src/utils/buildChatflow.ts:208–279  ·  view source on GitHub ↗
({
    endingNodes,
    nodes,
    chatflowid,
    appDataSource,
    componentNodes,
    incomingInput,
    chatId,
    isInternal,
    isAgentFlow
}: {
    endingNodes: IReactFlowNode[]
    nodes: IReactFlowNode[]
    chatflowid: string
    appDataSource: DataSource
    componentNodes: IComponentNodes
    incomingInput: IncomingInput
    chatId: string
    isInternal: boolean
    isAgentFlow: boolean
})

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

executeFlowFunction · 0.85

Calls 2

getSessionChatHistoryFunction · 0.90
getMemorySessionIdFunction · 0.90

Tested by

no test coverage detected