forgeant docs-test-0
Build LLM-powered agents in C++
Loading...
Searching...
No Matches
message.hpp File Reference
#include <forgeant/types/content.hpp>
#include <forgeant/types/role.hpp>
#include <string>
#include <vector>
Include dependency graph for message.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  forgeant::Message
 

Namespaces

namespace  forgeant
 

Functions

void forgeant::to_json (Json &j, const Message &msg)
 
void forgeant::from_json (const Json &j, Message &msg)