|
Entropic 2.3.8
Local-first agentic inference engine
|
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) | |
Resolved tier information for building child delegation contexts.
Definition at line 174 of file engine_types.h.
| std::string entropic::ChildContextInfo::completion_instructions |
Instructions for explicit completion.
Definition at line 178 of file engine_types.h.
| bool entropic::ChildContextInfo::explicit_completion = false |
Requires entropic.complete?
Definition at line 177 of file engine_types.h.
| int entropic::ChildContextInfo::max_iterations_override = -1 |
Per-tier max_iterations (-1 = global, P3-18)
Definition at line 180 of file engine_types.h.
| 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.
| std::string entropic::ChildContextInfo::system_prompt |
Built for target tier.
Definition at line 175 of file engine_types.h.
| std::vector<std::string> entropic::ChildContextInfo::tools |
Tool JSON definitions for tier.
Definition at line 176 of file engine_types.h.
| bool entropic::ChildContextInfo::valid = false |
False if tier not found.
Definition at line 179 of file engine_types.h.