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

A single benchmark prompt with quality checks. More...

#include <entropic/prompts/manager.h>

Public Attributes

std::string prompt
 Prompt text.
 
std::vector< std::string > checks_yaml
 Check defs as YAML strings.
 

Detailed Description

A single benchmark prompt with quality checks.

Version
1.8.1

Definition at line 43 of file manager.h.

Member Data Documentation

◆ checks_yaml

std::vector<std::string> entropic::prompts::BenchmarkPrompt::checks_yaml

Check defs as YAML strings.

Definition at line 45 of file manager.h.

◆ prompt

std::string entropic::prompts::BenchmarkPrompt::prompt

Prompt text.

Definition at line 44 of file manager.h.


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