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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article