Skip to content

Conversation

@claudiamurialdo
Copy link
Collaborator

@claudiamurialdo claudiamurialdo commented Oct 13, 2025

The ChatMessages parameter in Agent.Chat was not accumulating messages across calls because it created a copy using ToList().
The DONE response from the chat agent was not being handled correctly.
Issue:206705

…s across calls because it created a copy using ToList().

The DONE response from the chat agent was not being handled correctly.
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@claudiamurialdo claudiamurialdo merged commit b0613ab into master Oct 14, 2025
10 checks passed
@claudiamurialdo claudiamurialdo deleted the fix/chat-result-messages branch October 14, 2025 19:41
claudiamurialdo added a commit that referenced this pull request Oct 14, 2025
…s across calls because it created a copy using ToList(). (#1208)

The DONE response from the chat agent was not being handled correctly.

Co-authored-by: claudiamurialdo <c.murialdo@globant.com>
(cherry picked from commit b0613ab)
claudiamurialdo pushed a commit that referenced this pull request Oct 16, 2025
claudiamurialdo added a commit that referenced this pull request Oct 17, 2025
…1212)

* Apply fix on #1208 to CallAgent

* Add default ToJson implementation for ExternalCollections, enabling proper ToJson behavior for ChatMessage collections.

* Remove identation.

---------

Co-authored-by: claudiamurialdo <c.murialdo@globant.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants