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

Go to the source code of this file.

Namespaces

namespace  forgeant
 

Enumerations

enum class  forgeant::Role : std::uint8_t { forgeant::system , forgeant::user , forgeant::assistant , forgeant::tool }
 

Functions

void forgeant::to_json (Json &j, Role role)
 
void forgeant::from_json (const Json &j, Role &role)