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
4namespace forgeant {
5
7 int max_retries = 2;
8};
9
10} // namespace forgeant
11
12#endif // FORGEANT_STRUCTURED_CONFIG_HPP
Definition agent.hpp:25
Definition config.hpp:6
int max_retries
Definition config.hpp:7