dhaga.docs
API referenceInterfaces

NodeTypeRef

Defined in: llm/prompts/note-extraction.ts:10

A user-defined node type, passed to the prompt as name + slug only — never entity rows (that would leak the user's graph into every call).

Properties

name

name: string;

Defined in: llm/prompts/note-extraction.ts:11


slug

slug: string;

Defined in: llm/prompts/note-extraction.ts:12

On this page