DescribeNode

org.llm4s.knowledgegraph.query.GraphQuery.DescribeNode
case class DescribeNode(nodeId: String, includeNeighbors: Boolean) extends GraphQuery

Get detailed information about a specific node and its immediate context.

Value parameters

includeNeighbors

Whether to include neighbor information

nodeId

The ID of the node to describe

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GraphQuery
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product