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
Create a package that will synthesize a composition of two solutions that will solve problem X using the functions generated for problems A and B. Function types must be defined for all three tasks (X, A, B) for this to work. The result should be a function Y, that contains calls to functions C and D. Function Y should then pass a test generated for X task to be an accepted solution.
This should be built on top of chatgpt-tasks package that is currently done and can be taken as a basis for the research.
ToDo:
Create a package that will synthesize a composition of two solutions that will solve problem X using the functions generated for problems A and B. Function types must be defined for all three tasks (X, A, B) for this to work. The result should be a function Y, that contains calls to functions C and D. Function Y should then pass a test generated for X task to be an accepted solution.
This should be built on top of chatgpt-tasks package that is currently done and can be taken as a basis for the research.
Details: https://discord.com/channels/739430470345031692/851241690261487657/1151277808954388572
This task is a part of endeavor to automate the automation itself: https://github.com/Konard/problem-solving#progress
The text was updated successfully, but these errors were encountered: