Liman
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>)[]
PropTypeDefault
kind
Node
-
name
string
-
func
string
-
description?
LanguageBundle
-
prompts?
LanguageBundle
-
to?
(string | Edge)[]
-
nodes?
(Node | Edge<Node>)[]
-
llm_nodes?
(LLMNode | Edge<LLMNode>)[]
-
tools?
ToolNode[]
-

Last updated on

On this page