mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
fix(agent): update context response storage to use answer field
This commit is contained in:
parent
c586f8633f
commit
f478e33b2c
1 changed files with 1 additions and 1 deletions
|
|
@ -265,4 +265,4 @@ class AgenticRetrieveOp(BaseAsyncToolOp):
|
|||
|
||||
# Store the complete conversation history in the context response
|
||||
# This includes all reasoning steps, tool calls, and tool results
|
||||
self.context.response.messages = messages
|
||||
self.context.response.answer = messages
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue