Export RenderConversationConfig from crate root - #149
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6a094ed8cd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
sylvesterkaczmarek
left a comment
There was a problem hiding this comment.
Checked the current head after the earlier docs correction. The crate-root re-export matches the documented import path, and the docs now correctly separate None from Some(&RenderConversationConfig::default()). I don't see a remaining compatibility issue in this change.
Summary
RenderConversationConfigfrom the crate rootauto_drop_analysisTests
cargo fmt --checkcargo test --doccargo test --all-targets --all-features(30 passed)pytest(42 passed)Closes #73