NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::graph::ChannelWrite Struct Reference

Output of a node: a write to a named channel. More...

#include <types.h>

Public Attributes

std::string channel
 Target channel name.
 
json value
 Value to write through the channel's reducer.
 

Detailed Description

Output of a node: a write to a named channel.

Definition at line 85 of file types.h.


The documentation for this struct was generated from the following file: