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: articles/sre-agent/code-interpreter.md
+33-21Lines changed: 33 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: cshoe
7
7
ms.reviewer: cshoe
8
8
ms.service: azure-sre-agent
9
9
ms.topic: how-to
10
-
ms.date: 01/17/2026
10
+
ms.date: 01/26/2026
11
11
---
12
12
13
13
# Run code by using Code Interpreter in Azure SRE Agent
@@ -37,9 +37,9 @@ Code Interpreter runs in an isolated Azure Container Apps session with the follo
37
37
38
38
These restrictions ensure that code execution is secure and predictable. Common data science libraries like pandas, matplotlib, and seaborn are preinstalled.
39
39
40
-
## Get started with Code Interpreter
40
+
## Get started with code interpreter
41
41
42
-
Code Interpreter tools are automatically available in your SRE Agent conversations. Ask the agent to perform tasks by using natural language.
42
+
Code interpreter tools are automatically available in your SRE Agent conversations. Ask the agent to perform tasks by using natural language.
43
43
44
44
### Example prompts
45
45
@@ -77,24 +77,36 @@ When the code runs successfully, the agent returns the image inline in the conve
77
77
78
78
### Analyze incident data
79
79
80
-
Use Python to analyze incident patterns and identify trends:
0 commit comments