forgeant docs-test-0
Build LLM-powered agents in C++
Loading...
Searching...
No Matches
forgeant::ProviderConfig Struct Reference

#include <config.hpp>

Public Attributes

std::string api_key
 
std::string model
 
std::string base_url
 
std::optional< int > max_tokens
 
std::optional< double > temperature
 

Member Data Documentation

◆ api_key

std::string forgeant::ProviderConfig::api_key

◆ base_url

std::string forgeant::ProviderConfig::base_url

◆ max_tokens

std::optional<int> forgeant::ProviderConfig::max_tokens

◆ model

std::string forgeant::ProviderConfig::model

◆ temperature

std::optional<double> forgeant::ProviderConfig::temperature

The documentation for this struct was generated from the following file: