chore: typing

This commit is contained in:
Simon
2026-01-13 14:21:57 +08:00
parent 67f6bd619e
commit 64aea7e84c

View File

@@ -51,7 +51,7 @@ export type { PageAgentConfig }
export { tool, type PageAgentTool } from './tools'
export interface AgentHistory {
brain: AgentReflection
brain: Partial<AgentReflection>
action: {
name: string
input: any