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

#include <content.hpp>

Public Member Functions

bool operator== (const ToolResultBlock &) const =default
 

Public Attributes

std::string tool_use_id
 
std::string content
 
bool is_error = false
 

Member Function Documentation

◆ operator==()

bool forgeant::ToolResultBlock::operator== ( const ToolResultBlock ) const
default

Member Data Documentation

◆ content

std::string forgeant::ToolResultBlock::content

◆ is_error

bool forgeant::ToolResultBlock::is_error = false

◆ tool_use_id

std::string forgeant::ToolResultBlock::tool_use_id

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