forgeant docs-test-0
Build LLM-powered agents in C++
Loading...
Searching...
No Matches
forgeant::AgentResult< T > Struct Template Reference

#include <result.hpp>

Collaboration diagram for forgeant::AgentResult< T >:

Public Attributes

output {}
 
Conversation conversation
 
Usage total_usage
 
int iterations = 0
 
std::string finish_reason
 

Member Data Documentation

◆ conversation

template<typename T = std::string>
Conversation forgeant::AgentResult< T >::conversation

◆ finish_reason

template<typename T = std::string>
std::string forgeant::AgentResult< T >::finish_reason

◆ iterations

template<typename T = std::string>
int forgeant::AgentResult< T >::iterations = 0

◆ output

template<typename T = std::string>
T forgeant::AgentResult< T >::output {}

◆ total_usage

template<typename T = std::string>
Usage forgeant::AgentResult< T >::total_usage

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