Entropic 2.3.9
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::prompts::TierDescriptor Struct Reference

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.
 

Detailed Description

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.

Version
1.8.1

Definition at line 27 of file classification.h.

Member Data Documentation

◆ examples

std::vector<std::string> entropic::prompts::TierDescriptor::examples

Few-shot examples.

Definition at line 30 of file classification.h.

◆ focus

std::vector<std::string> entropic::prompts::TierDescriptor::focus

Focus areas.

Definition at line 29 of file classification.h.

◆ name

std::string entropic::prompts::TierDescriptor::name

Tier name (e.g., "lead")

Definition at line 28 of file classification.h.


The documentation for this struct was generated from the following file: