|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
A single conversational turn (spec §6.4). More...
#include <types.h>
Public Attributes | |
| std::optional< std::string > | context_id |
| grouping id | |
| std::string | kind = "message" |
| discriminator, fixed | |
| std::string | message_id |
| client-generated UUID, REQUIRED | |
| json | metadata |
| optional bag | |
| std::vector< Part > | parts |
| REQUIRED, ≥1 element. | |
| Role | role = Role::User |
| REQUIRED. | |
| std::optional< std::string > | task_id |
| server task id (omit on first send) | |