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

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< Partparts
 REQUIRED, ≥1 element.
 
Role role = Role::User
 REQUIRED.
 
std::optional< std::string > task_id
 server task id (omit on first send)
 

Detailed Description

A single conversational turn (spec §6.4).

Definition at line 61 of file types.h.


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