prompty 2.0.0-alpha.11

Prompty is an asset class and format for LLM prompts
Documentation
1
2
3
4
5
6
//! Parser implementations — convert rendered text into `Message` lists.

mod prompty;

pub use prompty::PromptyChatParser;
pub use prompty::parse_chat;