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

Go to the source code of this file.

Classes

class  forgeant::Conversation
 

Namespaces

namespace  forgeant
 

Functions

void forgeant::to_json (Json &j, const Conversation &conv)
 
void forgeant::from_json (const Json &j, Conversation &conv)