|
Entropic 2.3.8
Local-first agentic inference engine
|
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). | |
Result of a draft/target compatibility check.
Definition at line 56 of file speculative_compat.h.
| bool entropic::speculative::CompatResult::compatible = false |
true when draft can pair with target
Definition at line 57 of file speculative_compat.h.
| std::string entropic::speculative::CompatResult::diagnostic |
Human-readable reason on failure (empty when compatible).
Definition at line 58 of file speculative_compat.h.