Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::speculative::CompatResult Struct Reference

Result of a draft/target compatibility check. More...

#include <entropic/inference/speculative_compat.h>

Public Attributes

bool compatible = false
 true when draft can pair with target
 
std::string diagnostic
 Human-readable reason on failure (empty when compatible).
 

Detailed Description

Result of a draft/target compatibility check.

Version
2.1.11

Definition at line 56 of file speculative_compat.h.

Member Data Documentation

◆ compatible

bool entropic::speculative::CompatResult::compatible = false

true when draft can pair with target

Definition at line 57 of file speculative_compat.h.

◆ diagnostic

std::string entropic::speculative::CompatResult::diagnostic

Human-readable reason on failure (empty when compatible).

Definition at line 58 of file speculative_compat.h.


The documentation for this struct was generated from the following file: