Skip to content
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

Decomposing functions/endpoints #1

Closed
joshpxyne opened this issue Jun 27, 2023 · 1 comment
Closed

Decomposing functions/endpoints #1

joshpxyne opened this issue Jun 27, 2023 · 1 comment
Assignees

Comments

@joshpxyne
Copy link
Owner

Currently the source function ingests the entire file at once which will not work for larger API files. We'll need to go endpoint by endpoint and isolate dependency functions either in-file or in other files. With these, we should keep track of functions already writtend (file:function_name) in the LLM memory in order to avoid redundancy.

@joshpxyne joshpxyne self-assigned this Jun 27, 2023
@joshpxyne
Copy link
Owner Author

For larger files, solving with issue #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant