Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::GenerateResult Struct Reference

Result of a generate_response call. More...

#include <entropic/core/response_generator.h>

Public Attributes

std::string content
 Cleaned response content.
 
std::string tool_calls_json
 Tool calls as JSON (empty if none)
 
std::string finish_reason
 "stop", "length", "interrupted"
 

Detailed Description

Result of a generate_response call.

Version
1.8.4

Definition at line 28 of file response_generator.h.

Member Data Documentation

◆ content

std::string entropic::GenerateResult::content

Cleaned response content.

Definition at line 29 of file response_generator.h.

◆ finish_reason

std::string entropic::GenerateResult::finish_reason

"stop", "length", "interrupted"

Definition at line 31 of file response_generator.h.

◆ tool_calls_json

std::string entropic::GenerateResult::tool_calls_json

Tool calls as JSON (empty if none)

Definition at line 30 of file response_generator.h.


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