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: content/en/actions/action_interface/_index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,16 +45,16 @@ You can perform an action using the Action Interface. Let's look at an example w
45
45
46
46
1. Go to the [Action Interface][8].
47
47
{{< img src="/service_management/action_interface/action_interface_landing.png" alt="Action Interface home page" >}}
48
-
2. Enter the prompt, `List ECS clusters`, and press **Enter**.
48
+
2. Enter the prompt, `List ECS clusters`, and press <spanclass="ui">Enter</span>.
49
49
Bits AI responds a request for the AWS region.
50
50
3. Enter a region.
51
51
Bits AI responds with something like, `Here's a Datadog Action to address your request. Review and click 'Execute Action' to proceed.`
52
-
4. Click the **List ECS cluster** action.
53
-
5. In the action, in **Connection**, select the connection to the AWS account you want to use. Connections are set up in [Action Catalog][1].
52
+
4. Click the <spanclass="ui">List ECS cluster</span> action.
53
+
5. In the action, in <spanclass="ui">Connection</span>, select the connection to the AWS account you want to use. Connections are set up in [Action Catalog][1].
54
54
Bits AI will continue to use the same connection for the duration of the chat session.
55
-
6. In **Region**, select the AWS region where the clusters are hosted.
56
-
7. In **Limit**, enter `5`.
57
-
8. Click **Run**.
55
+
6. In <spanclass="ui">Region</span>, select the AWS region where the clusters are hosted.
56
+
7. In <spanclass="ui">Limit</span>, enter `5`.
57
+
8. Click <spanclass="ui">Run</span>.
58
58
Bits AI runs the action. In this example, it responds with a list of the custer names and ARNs.
59
59
60
60
Bits AI also suggests additional prompts related to the clusters it retrieved.
0 commit comments