rstructor_derive 0.6.0

Derive macros for rstructor: generate JSON Schema from Rust structs and enums to extract structured, validated outputs from LLMs (the Instructor pattern for Rust).
Documentation
1
2
3
4
5
error: invalid validation function path: unexpected end of input, expected identifier
 --> tests/ui/fail/invalid_validation_path.rs:4:18
  |
4 | #[llm(validate = "risk::")]
  |                  ^^^^^^^^