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

Parsed identity file: frontmatter + body. More...

#include <entropic/prompts/manager.h>

Collaboration diagram for entropic::prompts::ParsedIdentity:

Public Attributes

IdentityFrontmatter frontmatter
 Full identity metadata.
 
std::string body
 Markdown system prompt body.
 

Detailed Description

Parsed identity file: frontmatter + body.

Version
1.8.1

Definition at line 105 of file manager.h.

Member Data Documentation

◆ body

std::string entropic::prompts::ParsedIdentity::body

Markdown system prompt body.

Definition at line 107 of file manager.h.

◆ frontmatter

IdentityFrontmatter entropic::prompts::ParsedIdentity::frontmatter

Full identity metadata.

Definition at line 106 of file manager.h.


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