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

Parsed prompt file result: type + version + body. More...

#include <entropic/prompts/manager.h>

Public Attributes

PromptType type
 Prompt type.
 
int version = 1
 Schema version.
 
std::string body
 Markdown body after frontmatter.
 

Detailed Description

Parsed prompt file result: type + version + body.

Version
1.8.1

Definition at line 100 of file manager.h.

Member Data Documentation

◆ body

std::string entropic::prompts::ParsedPrompt::body

Markdown body after frontmatter.

Definition at line 103 of file manager.h.

◆ type

PromptType entropic::prompts::ParsedPrompt::type

Prompt type.

Definition at line 101 of file manager.h.

◆ version

int entropic::prompts::ParsedPrompt::version = 1

Schema version.

Definition at line 102 of file manager.h.


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