forgeant docs-test-0
Build LLM-powered agents in C++
Loading...
Searching...
No Matches
tool.hpp File Reference
#include <forgeant/json/json.hpp>
#include <forgeant/schema/param_schema.hpp>
#include <functional>
#include <string>
#include <utility>
Include dependency graph for tool.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  forgeant::Tool
 

Namespaces

namespace  forgeant
 

Functions

template<typename Params , typename Func >
Tool forgeant::make_tool (std::string name, std::string description, Func &&func)