What is the best way to go about, keep one chat session like bolt/v0 or split it to multiple
1 Like
Hey @Srini-B
The best approach is to chop your main task into smaller sub-tasks and start a new chat for every sub-task, because else you are fighting with the context limit.
The same approach should be taken with the context. Only reference the content of the files needed like functions, classes, interfaces etc.
2 Likes