fix(agent): update context response storage to use answer field

This commit is contained in:
jinli.yl 2025-11-21 15:47:29 +08:00
parent c586f8633f
commit f478e33b2c

View file

@ -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