-
-
Notifications
You must be signed in to change notification settings - Fork 581
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 methods
Use centralized render data for visibility checks
Implement centralized render data collection and refactor methods
Update to use centralized render data collection
Apply consistent rendering with render data parameter
Update rendering calls with render data parameter
Implement render data parameter in function rendering
Add render data collection for instruction preparation
Update realtime provider with render data support
Apply render data collection to instruction preparation
Update function rendering with render data parameter
Implement consistent rendering with render data support
Add render data parameter to realtime completion
Update instruction preparation with render data collection
2 files
Update test implementation with new method signatures
Fix test mock to match updated method signature