feat: add llm rawResponse to history

This commit is contained in:
Simon
2026-01-20 19:56:40 +08:00
parent d6a57f3e20
commit 1f8953c450
2 changed files with 3 additions and 0 deletions

View File

@@ -265,6 +265,7 @@ export class PageAgentCore extends EventTarget {
reflection,
action,
usage: result.usage,
rawResponse: result.rawResponse,
} as AgentStep)
this.#emitHistoryChange()