Entropic 2.3.8
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 95 of file manager.h.

Member Data Documentation

◆ body

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

Markdown body after frontmatter.

Definition at line 98 of file manager.h.

◆ type

PromptType entropic::prompts::ParsedPrompt::type

Prompt type.

Definition at line 96 of file manager.h.

◆ version

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

Schema version.

Definition at line 97 of file manager.h.


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