Skip to content

Commit 8b8a7d4

Browse files
committed
Change Tool to Action
1 parent 72b744e commit 8b8a7d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/connections/spec/copilot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This table lists the events that you can track from any conversation:
2424
| Message Sent | When the first message is added to a thread by user | `conversationId`, `messageId`, `message_body`, `role` (default is `"customer"`) |
2525
| Message Received | Non-custom response (text/voice) to user prompt by copilot | `conversationId`, `messageId`, `message_body`, `role` (default is `"agent"`) |
2626
| 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` |
2828
| Media Generated | When the model generates an image/video/audio | `conversationId`, `messageId`, `type`, `sub_type` |
2929
| 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` |
@@ -39,7 +39,7 @@ Segment can also track the following live chat events:
3939
- Message Sent
4040
- Message Received
4141
- Custom Component Loaded
42-
- Tool Invoked
42+
- Action Invoked
4343
- Media Generated
4444
- Conversation Ended
4545

@@ -169,7 +169,7 @@ This event supports the following semantic properties:
169169
| `role` | string | The message's sender; default is `"customer"`. |
170170

171171

172-
Here's an example of a Tool Invoked call:
172+
Here's an example of an Action Invoked call:
173173

174174
```json
175175
{

0 commit comments

Comments
 (0)