You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Refactor CLI root and tool call sorting for code base improvements
- Renamed Root struct to GPTScript and added Output field to streamline CLI usage.
- Enhanced tool call sorting in the engine package for consistent ordering.
- Implemented seed generation method for API call consistency in the OpenAI client module.
This commit enhances the overall code quality and user experience by introducing better struct naming conventions, ensuring deterministic sorting of tool calls, and improving cache key generation for API responses.
0 commit comments