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;