You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/spec/copilot.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This table lists the events that you can track from any conversation:
24
24
| Message Sent | When the first message is added to a thread by user |`conversationId`, `messageId`, `message_body`, `role` (default is `"customer"`) |
25
25
| Message Received | Non-custom response (text/voice) to user prompt by copilot |`conversationId`, `messageId`, `message_body`, `role` (default is `"agent"`) |
26
26
| Conversation Ended | When a conversation is completed |`conversationId`, `message_count`|
27
-
|Tool Invoked| When the model or user invokes a capability or tool |`conversationId`, `messageId`, `type`, `action`|
27
+
|Action Invoked | When the model or user invokes a capability or tool |`conversationId`, `messageId`, `type`, `action`|
28
28
| Media Generated | When the model generates an image/video/audio |`conversationId`, `messageId`, `type`, `sub_type`|
29
29
| Component Loaded | When a new custom (non-text/voice) component is shown to a user |`conversationId`, `messageId`, `type`|
30
30
| Feedback Submitted | When a user rates a conversation or message |`conversationId`, `messageId`, `rating`|
@@ -39,7 +39,7 @@ Segment can also track the following live chat events:
39
39
- Message Sent
40
40
- Message Received
41
41
- Custom Component Loaded
42
-
-Tool Invoked
42
+
-Action Invoked
43
43
- Media Generated
44
44
- Conversation Ended
45
45
@@ -169,7 +169,7 @@ This event supports the following semantic properties:
169
169
|`role`| string | The message's sender; default is `"customer"`. |
0 commit comments