|
Entropic 2.3.8
Local-first agentic inference engine
|
Result of a generate_response call. More...
#include <entropic/core/response_generator.h>
Public Attributes | |
| std::string | content |
| Cleaned response content. | |
| std::string | tool_calls_json |
| Tool calls as JSON (empty if none) | |
| std::string | finish_reason |
| "stop", "length", "interrupted" | |
Result of a generate_response call.
Definition at line 28 of file response_generator.h.
| std::string entropic::GenerateResult::content |
Cleaned response content.
Definition at line 29 of file response_generator.h.
| std::string entropic::GenerateResult::finish_reason |
"stop", "length", "interrupted"
Definition at line 31 of file response_generator.h.
| std::string entropic::GenerateResult::tool_calls_json |
Tool calls as JSON (empty if none)
Definition at line 30 of file response_generator.h.