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
Explore using Swift Syntax to document smaller units of code at a time instead of entire files. This would get us around some token limit issues, but I worry we may lose some of the contextual benefits of passing in entire files.
One thought: at the very least, we can use swift-syntax to remove header comments from files and then add them back. Besides the fact that they're a waste of tokens, these seem to really trip up the model with the current prompt.
Explore using Swift Syntax to document smaller units of code at a time instead of entire files. This would get us around some token limit issues, but I worry we may lose some of the contextual benefits of passing in entire files.
https://github.com/apple/swift-syntax
The text was updated successfully, but these errors were encountered: