darinkishore / dspy

Stanford DSPy: The framework for programming with foundation models
MIT License
0 stars 0 forks source link

Refactor Predict Constructor for Modularity #61

Open sweep-ai[bot] opened 11 months ago

sweep-ai[bot] commented 11 months ago

PR Feedback (click)

To improve the readability, understandability, and maintainability of the code, the constructor has been refactored to be more modular. The tasks previously handled by the constructor have been broken down into separate functions.

Summary of Changes

These changes should make the Predict class constructor more modular and easier to maintain in the future.

sweep-ai[bot] commented 11 months ago

Rollback Files For Sweep

sweep-ai[bot] commented 11 months ago

Sandbox Executions

Ran GitHub Actions for 94f6a725e1c97b56dfe2a1001ad51f898ab10e21:

darinkishore commented 11 months ago

... this is just changing documentation.

sweep-ai[bot] commented 11 months ago

🚀 Wrote Changes

Done.