Skip to content

sgns::neoswarm::ExecutionChain

#include <types.hpp>

Public Attributes

Name
std::vector< ChainStep > m_steps
std::string m_reasoning
why this chain was chosen
float m_chainConfidence
builder's confidence in this chain

Public Attributes Documentation

variable m_steps

std::vector< ChainStep > m_steps;

variable m_reasoning

std::string m_reasoning;

why this chain was chosen

variable m_chainConfidence

float m_chainConfidence = 0.0f;

builder's confidence in this chain


Updated on 2026-07-25 at 22:56:56 +0000