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_¶
ratio of numeric tokens
variable has_code_syntax_¶
variable complexity_¶
token count / vocab diversity
variable token_count_¶
variable has_math_keywords_¶
variable has_grammar_request_¶
variable has_grounding_request_¶
factual verification request detected (Phase 7)
variable has_formatting_request_¶
structure/style formatting request detected (Phase 7)
Updated on 2026-07-25 at 22:56:56 +0000