Implement three alternative reasoning strategies: - Chain-of-Thought (cot): explicit step-by-step reasoning - Reflexion: self-critique with revise cycle - ReWOO: reasoning with external observation tokens
3 lines
104 B
Rust
3 lines
104 B
Rust
pub mod types;
|
|
|
|
pub use types::{ReWooPlan, ReWooStep, ReWooToolCall, REWOO_SYSTEM_PROMPT, extract_plan}; |