Predictable development for unpredictable models. Let the compiler handle the chaos.

ai llm rust
1 Open Issue Need Help Last updated: Jun 27, 2025

Open Issues Need Help

View All on GitHub

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