forgeant
docs-test-0
Build LLM-powered agents in C++
Loading...
Searching...
No Matches
config.hpp
Go to the documentation of this file.
1
#ifndef FORGEANT_STRUCTURED_CONFIG_HPP
2
#define FORGEANT_STRUCTURED_CONFIG_HPP
3
4
namespace
forgeant
{
5
6
struct
StructuredConfig
{
7
int
max_retries
= 2;
8
};
9
10
}
// namespace forgeant
11
12
#endif
// FORGEANT_STRUCTURED_CONFIG_HPP
forgeant
Definition
agent.hpp:25
forgeant::StructuredConfig
Definition
config.hpp:6
forgeant::StructuredConfig::max_retries
int max_retries
Definition
config.hpp:7
include
forgeant
structured
config.hpp
Generated by
1.9.8