Specification
Node
Node that can be used to create custom functionality in the system.
Specification
kind: Node
name: string
func: FunctionRef
description?: LanguageBundle
prompts?: LanguageBundle
to?: (string | Edge)[]
# legacy
nodes?: (Node | Edge<Node>)[]
llm_nodes?: (LLMNode | Edge<LLMNode>)[]| Prop | Type | Default |
|---|---|---|
kind | Node | - |
name | string | - |
func | string | - |
description? | - | |
prompts? | - | |
to? | - | |
nodes? | - | |
llm_nodes? | - | |
tools? | - |
Last updated on