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

#include <response.hpp>

Collaboration diagram for forgeant::LlmResponse:

Public Attributes

Message message {Role::assistant, ""}
 
std::string finish_reason
 
Usage usage
 
std::string model
 

Member Data Documentation

◆ finish_reason

std::string forgeant::LlmResponse::finish_reason

◆ message

Message forgeant::LlmResponse::message {Role::assistant, ""}

◆ model

std::string forgeant::LlmResponse::model

◆ usage

Usage forgeant::LlmResponse::usage

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