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

Content and tool calls extracted from one raw emission. More...

#include </home/runner/work/entropic/entropic/src/inference/response_parse.h>

Public Attributes

std::string content
 Reasoning-stripped content.
 
std::vector< ToolCalltool_calls
 Extracted calls.
 
bool used_template = false
 True when common_chat produced the calls.
 

Detailed Description

Content and tool calls extracted from one raw emission.

Version
2.10.3

Definition at line 59 of file response_parse.h.

Member Data Documentation

◆ content

std::string entropic::ParsedModelResponse::content

Reasoning-stripped content.

Definition at line 60 of file response_parse.h.

◆ tool_calls

std::vector<ToolCall> entropic::ParsedModelResponse::tool_calls

Extracted calls.

Definition at line 61 of file response_parse.h.

◆ used_template

bool entropic::ParsedModelResponse::used_template = false

True when common_chat produced the calls.

Definition at line 62 of file response_parse.h.


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