At the moment we do:
Issue comment + Issue summary of all comments -> agent
I think this too less context. How is this in normal chat environments (our issues are like chat)?
Like for example:
In a discussion you might give a great answer in comment 6.
I continue to discuss about that.
So you would need this comment 6 in full, right?
But you do not get it. You only get the summary. That way we are loosing important context.
How to handle? I think the key would be the summary creation. Somehow this needs to be more intelligent. Realizing when a comment is so important, that it should be there in full.
As a human I would do that - like if I chat with someone, I would always check, is there a previous comment which is related. Than I would read that.
How can we do that without overcomplicating things? A on the fly embedding :) - lol.
Or just do it simple: always add the last three comments/answers into the request.
I know we have the full issue as md. Maybe the agent can make the decission if he needs to read it because my comment cleary references something from the issue (without me saying explicit This is about comment 6).
Any suggestions?
Copied from Copilotclaw/brainstorm#51
At the moment we do:
Issue comment + Issue summary of all comments -> agent
I think this too less context. How is this in normal chat environments (our issues are like chat)?
Like for example:
In a discussion you might give a great answer in comment 6.
I continue to discuss about that.
So you would need this comment 6 in full, right?
But you do not get it. You only get the summary. That way we are loosing important context.
How to handle? I think the key would be the summary creation. Somehow this needs to be more intelligent. Realizing when a comment is so important, that it should be there in full.
As a human I would do that - like if I chat with someone, I would always check, is there a previous comment which is related. Than I would read that.
How can we do that without overcomplicating things? A on the fly embedding :) - lol.
Or just do it simple: always add the last three comments/answers into the request.
I know we have the full issue as md. Maybe the agent can make the decission if he needs to read it because my comment cleary references something from the issue (without me saying explicit This is about comment 6).
Any suggestions?
Copied from Copilotclaw/brainstorm#51