EntityTypeDefinition

org.llm4s.knowledgegraph.extraction.EntityTypeDefinition
case class EntityTypeDefinition(name: String, description: String, properties: Seq[PropertyDefinition])

Defines an entity type expected in the extraction schema.

Value parameters

description

Optional description used as a hint for the LLM

name

The entity type name (e.g., "Person", "Organization")

properties

Properties expected on entities of this type

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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