-
-
Notifications
You must be signed in to change notification settings - Fork 582
fix template rendering by states #1173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
PR Type
Enhancement
Description
Refactor template rendering methods to accept optional render data
Add centralized render data collection with conversation states
Update all LLM providers to use consistent rendering approach
Move function filtering methods to private scope
Diagram Walkthrough
File Walkthrough
14 files
Add optional renderData parameters to rendering methodsUse centralized render data for visibility checksImplement centralized render data collection and refactor methodsUpdate to use centralized render data collectionApply consistent rendering with render data parameterUpdate rendering calls with render data parameterImplement render data parameter in function renderingAdd render data collection for instruction preparationUpdate realtime provider with render data supportApply render data collection to instruction preparationUpdate function rendering with render data parameterImplement consistent rendering with render data supportAdd render data parameter to realtime completionUpdate instruction preparation with render data collection2 files
Update test implementation with new method signaturesFix test mock to match updated method signature