Skip to content

sgns::neoswarm::PromptFeatures

#include <types.hpp>

Public Attributes

Name
float numeric_density_
ratio of numeric tokens
bool has_code_syntax_
float complexity_
token count / vocab diversity
size_t token_count_
bool has_math_keywords_
bool has_grammar_request_
bool has_grounding_request_
factual verification request detected (Phase 7)
bool has_formatting_request_
structure/style formatting request detected (Phase 7)

Public Attributes Documentation

variable numeric_density_

float numeric_density_ = 0.0f;

ratio of numeric tokens

variable has_code_syntax_

bool has_code_syntax_ = false;

variable complexity_

float complexity_ = 0.0f;

token count / vocab diversity

variable token_count_

size_t token_count_ = 0;

variable has_math_keywords_

bool has_math_keywords_ = false;

variable has_grammar_request_

bool has_grammar_request_ = false;

variable has_grounding_request_

bool has_grounding_request_ = false;

factual verification request detected (Phase 7)

variable has_formatting_request_

bool has_formatting_request_ = false;

structure/style formatting request detected (Phase 7)


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