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

Parsed tool call result: cleaned content + extracted calls. More...

#include <entropic/inference/adapters/adapter_base.h>

Public Attributes

std::string cleaned_content
 Content with tool calls removed.
 
std::vector< ToolCalltool_calls
 Extracted tool calls.
 

Detailed Description

Parsed tool call result: cleaned content + extracted calls.

Version
1.8.2

Definition at line 44 of file adapter_base.h.

Member Data Documentation

◆ cleaned_content

std::string entropic::ParseResult::cleaned_content

Content with tool calls removed.

Definition at line 45 of file adapter_base.h.

◆ tool_calls

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

Extracted tool calls.

Definition at line 46 of file adapter_base.h.


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