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

Resolved tier information for building child delegation contexts. More...

#include <entropic/core/engine_types.h>

Public Attributes

std::string system_prompt
 Built for target tier.
 
std::vector< std::string > tools
 Tool JSON definitions for tier.
 
bool explicit_completion = false
 Requires entropic.complete?
 
std::string completion_instructions
 Instructions for explicit completion.
 
bool valid = false
 False if tier not found.
 
int max_iterations_override = -1
 Per-tier max_iterations (-1 = global, P3-18)
 
int max_tool_calls_per_turn_override = -1
 Per-tier tool cap (-1 = global, P3-18)
 

Detailed Description

Resolved tier information for building child delegation contexts.

Version
2.0.6-rc16

Definition at line 174 of file engine_types.h.

Member Data Documentation

◆ completion_instructions

std::string entropic::ChildContextInfo::completion_instructions

Instructions for explicit completion.

Definition at line 178 of file engine_types.h.

◆ explicit_completion

bool entropic::ChildContextInfo::explicit_completion = false

Requires entropic.complete?

Definition at line 177 of file engine_types.h.

◆ max_iterations_override

int entropic::ChildContextInfo::max_iterations_override = -1

Per-tier max_iterations (-1 = global, P3-18)

Definition at line 180 of file engine_types.h.

◆ max_tool_calls_per_turn_override

int entropic::ChildContextInfo::max_tool_calls_per_turn_override = -1

Per-tier tool cap (-1 = global, P3-18)

Definition at line 181 of file engine_types.h.

◆ system_prompt

std::string entropic::ChildContextInfo::system_prompt

Built for target tier.

Definition at line 175 of file engine_types.h.

◆ tools

std::vector<std::string> entropic::ChildContextInfo::tools

Tool JSON definitions for tier.

Definition at line 176 of file engine_types.h.

◆ valid

bool entropic::ChildContextInfo::valid = false

False if tier not found.

Definition at line 179 of file engine_types.h.


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