Open Issues Need Help
View All on GitHub Compile-Time Type-Safe Prompts 2 months ago
AI Summary: Implement a `prompt!` macro for the rsai Rust library to enable compile-time type checking and validation of LLM prompts. This involves parsing prompt templates, validating variables against provided data structures, and integrating with the existing structured output system. The macro should support Handlebars-like syntax for conditionals and loops, and offer both inline and structured input methods.
Complexity:
5/5
enhancement help wanted
Predictable development for unpredictable models. Let the compiler handle the chaos.
Rust
#ai#llm#rust