SemanticRelationship
@daydreamsai/core / SemanticRelationship
Interface: SemanticRelationship
Defined in: packages/core/src/memory/knowledge-schema.ts:58
Enhanced relationship with semantic properties
Extends
Properties
from
from:
string
Defined in: packages/core/src/memory/types.ts:303
Inherited from
id
id:
string
Defined in: packages/core/src/memory/types.ts:302
Inherited from
properties?
optional
properties:Record
<string
,unknown
>
Defined in: packages/core/src/memory/types.ts:306
Inherited from
semantics?
optional
semantics:RelationshipSemantics
Defined in: packages/core/src/memory/knowledge-schema.ts:59
Semantic metadata for this relationship
Overrides
strength?
optional
strength:number
Defined in: packages/core/src/memory/types.ts:307
Inherited from
to
to:
string
Defined in: packages/core/src/memory/types.ts:304
Inherited from
type
type:
string
Defined in: packages/core/src/memory/types.ts:305