|
Entropic 2.3.9
Local-first agentic inference engine
|
Lightweight tier descriptor for classification prompt building. More...
#include <entropic/prompts/classification.h>
Public Attributes | |
| std::string | name |
| Tier name (e.g., "lead") | |
| std::vector< std::string > | focus |
| Focus areas. | |
| std::vector< std::string > | examples |
| Few-shot examples. | |
Lightweight tier descriptor for classification prompt building.
Only the fields needed to build the prompt. Not a full identity — avoids coupling the prompt builder to the full identity system.
Definition at line 27 of file classification.h.
| std::vector<std::string> entropic::prompts::TierDescriptor::examples |
Few-shot examples.
Definition at line 30 of file classification.h.
| std::vector<std::string> entropic::prompts::TierDescriptor::focus |
Focus areas.
Definition at line 29 of file classification.h.
| std::string entropic::prompts::TierDescriptor::name |
Tier name (e.g., "lead")
Definition at line 28 of file classification.h.