|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
Streaming event the agent sends while a prompt is in flight. More...
#include <types.h>
Public Attributes | |
| ContentBlock | content |
| populated for *_chunk variants | |
| json | raw |
| full original JSON (always populated) | |
| std::string | session_update |
| discriminator | |
Streaming event the agent sends while a prompt is in flight.
session_update is the discriminator string. Common variants we model:
contentcontentraw until typedFor unmodelled variants (and forward-compat), the full notification JSON is preserved in raw.