fix(core): change emitActivity to #emitActivity

This commit is contained in:
Simon
2026-01-29 21:15:24 +08:00
parent 5cfaa292d3
commit 8a03391c95
2 changed files with 7 additions and 14 deletions

View File

@@ -385,13 +385,6 @@ const result = await agent.execute('Fill in the form with test data')`}
? '向历史流推送一个观察事件,会在下一步时被 LLM 看到'
: 'Push an observation to history stream, will be seen by LLM in next step',
},
{
name: 'emitActivity(activity: AgentActivity)',
type: 'void',
description: isZh
? '发出活动事件用于 UI 反馈'
: 'Emit activity event for UI feedback',
},
{
name: 'dispose(reason?: string)',
type: 'void',