|
forgeant docs-test-0
Build LLM-powered agents in C++
|
#include <exception>#include <forgeant/agent/error.hpp>#include <forgeant/agent/result.hpp>#include <forgeant/provider/chat_request.hpp>#include <forgeant/provider/provider.hpp>#include <forgeant/schema/param_schema.hpp>#include <forgeant/structured/config.hpp>#include <forgeant/types/conversation.hpp>#include <string>#include <utility>

Go to the source code of this file.
Namespaces | |
| namespace | forgeant |
Functions | |
| Json | forgeant::extract_json_from_response (const LlmResponse &response) |
| template<typename T > | |
| AgentResult< T > | forgeant::structured (LlmProvider &provider, Conversation working, StructuredConfig config={}) |