|
forgeant docs-test-0
Build LLM-powered agents in C++
|
#include <result.hpp>

Public Attributes | |
| T | output {} |
| Conversation | conversation |
| Usage | total_usage |
| int | iterations = 0 |
| std::string | finish_reason |
| Conversation forgeant::AgentResult< T >::conversation |
| std::string forgeant::AgentResult< T >::finish_reason |
| int forgeant::AgentResult< T >::iterations = 0 |
| T forgeant::AgentResult< T >::output {} |
| Usage forgeant::AgentResult< T >::total_usage |