|
Entropic 2.9.4
Local-first agentic inference engine
|
Result of a common_chat parse: native tool calls + split content. More...
#include </home/runner/work/entropic/entropic/src/inference/llama_cpp_backend.h>
Public Attributes | |
| std::vector< ToolCall > | tool_calls |
| Extracted native tool calls. | |
| std::string | content |
| Content with calls + reasoning removed. | |
| std::string | reasoning_content |
| Extracted reasoning/thought block. | |
Result of a common_chat parse: native tool calls + split content.
Mirrors the adapter ParseResult (cleaned content + calls) and adds the reasoning split that common_chat_parse produces natively, so the orchestrator no longer has to strip_think_blocks for covered families.
Definition at line 304 of file llama_cpp_backend.h.
| std::string entropic::LlamaCppBackend::CommonChatResult::content |
Content with calls + reasoning removed.
Definition at line 306 of file llama_cpp_backend.h.
| std::string entropic::LlamaCppBackend::CommonChatResult::reasoning_content |
Extracted reasoning/thought block.
Definition at line 307 of file llama_cpp_backend.h.
| std::vector<ToolCall> entropic::LlamaCppBackend::CommonChatResult::tool_calls |
Extracted native tool calls.
Definition at line 305 of file llama_cpp_backend.h.