Skip to content

Commit 9c787a3

Browse files
docs: remove agentName from skill.invoked event table
The runtime does not emit agentName on the skill.invoked event. The agent name is used only for internal logging during eager skill loading, not as event data. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 518a67e commit 9c787a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/features/streaming-events.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,6 @@ A skill was activated for the current conversation.
618618
| `allowedTools` | `string[]` | | Tools auto-approved while this skill is active |
619619
| `pluginName` | `string` | | Plugin the skill originated from |
620620
| `pluginVersion` | `string` | | Plugin version |
621-
| `agentName` | `string` | | Name of the agent that invoked the skill, when invoked by a custom agent |
622621

623622
---
624623

0 commit comments

Comments
 (0)