fix(dea): accumulate all recursion agent text parts#456
Conversation
graceqi-g
left a comment
There was a problem hiding this comment.
can you attach log of the parsed agent text before and after your change?
also, do the UTs for the generator need to be updated? can you add some around the text parsing if possible?
5ab6d49 to
ad0835f
Compare
|
/gcbrun |
Here is the formatted before and after log - key point to look is that the before section only has messages saying what the agent will do for each turn, while the after section contains messages saying what the agent will do and also message reviewing the code that the agent just generated: |
looks good! are you able to add a UT to the generator to ensure the agent text is parsed properly? |
ad0835f to
13125eb
Compare
13125eb to
8e27e75
Compare
|
/gcbrun |
Description