|
Entropic 2.3.8
Local-first agentic inference engine
|
Generation output with metrics. More...
#include <entropic/types/error.h>#include <entropic/types/tool_call.h>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | entropic::GenerationResult |
| Result of a single generation call. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Generation output with metrics.
Returned by InferenceBackend::generate() and related methods. Contains the generated content, token counts, timing, and optional tool calls parsed by the adapter.
Definition in file generation_result.h.