Gitlab and reddit supports nested comments/discussions. People can comment on a specific comment within a issue or thread.
We should support that.
Doing so require us to:
- Adjust apis to support fetch those.
- Adjust the prompt to the AI models
- Adjust the Comments struct
Gitlab and reddit supports nested comments/discussions. People can comment on a specific comment within a issue or thread.
We should support that.
Doing so require us to: