Skip to content

Commit 0eb5adf

Browse files
authored
Update README.md
1 parent fcb900c commit 0eb5adf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ fn main() {
4040
}
4141
```
4242

43+
## Limitations
44+
45+
- LLMs are non-deterministic. If you don't get what you want from the first attempt - iterate, experiment with it.
46+
- Actually, the context is limited by whatever code is in your function definition, no knowledge of project structure or other files.
47+
- The extension doesn't add imports when new dependencies are introduced in the created code.
48+
4349
## Contributing
4450

4551
Contributions are welcome. Feel free to open an issue if you have any questions or want to suggest an improvement.

0 commit comments

Comments
 (0)