Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
generation_result.h File Reference

Generation output with metrics. More...

#include <entropic/types/error.h>
#include <entropic/types/tool_call.h>
#include <string>
#include <vector>
Include dependency graph for generation_result.h:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

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.

Version
1.8.2

Definition in file generation_result.h.