Skip to content

Interface: PathRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Communities / PathRequest

Interface: PathRequest

Defined in: src/types/communities.ts:258

Request to find the shortest path between two nodes.

Properties

source

source: string

Defined in: src/types/communities.ts:260

Source node.


target

target: string

Defined in: src/types/communities.ts:262

Target node.


tenantId

tenantId: string

Defined in: src/types/communities.ts:264

Tenant whose terms form the graph.