forgeant docs-test-0
Build LLM-powered agents in C++
Loading...
Searching...
No Matches
structured.hpp File Reference
#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>
Include dependency graph for structured.hpp:
This graph shows which files directly or indirectly include this file:

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={})