Skip to content

Commit af33e0f

Browse files
committed
Final touch up
1 parent 5218189 commit af33e0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/spec/copilot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This table lists the events that you can track from any conversation:
2626
| Conversation Ended | When a conversation is completed | `conversationId`, `message_count` |
2727
| Tool Invoked | When the model or user invokes a capability or tool | `conversationId`, `messageId`, `type`, `action` |
2828
| Media Generated | When the model generates an image/video/audio | `conversationId`, `messageId`, `type`, `sub_type` |
29-
| Component Loaded | When a new custom (non-text/voice) component is shown to user | `conversationId`, `messageId`, `type` |
29+
| Component Loaded | When a new custom (non-text/voice) component is shown to a user | `conversationId`, `messageId`, `type` |
3030
| Feedback Submitted | When a user rates a conversation or message | `conversationId`, `messageId`, `rating` |
3131
| Identify | When a new user is identified anonymously or known | `userId` and/or `anonymousId` |
3232
| Standard Track Calls | For all events sent to Segment based on user actions taken, like `items purchased`, `support requested` | `conversationId`, `messageId`, `...` |
@@ -148,7 +148,7 @@ Here's an example of a Conversation Ended call:
148148

149149
### Tool Invoked
150150

151-
The Tool Invoked event should be sent when the copilot or user uses a customer capability or tool, like making a call to an external API.
151+
The Tool Invoked event should be sent when the copilot or user uses a custom capability or tool, like making a call to an external API.
152152

153153
This event supports the following semantic properties:
154154

0 commit comments

Comments
 (0)