Skip to content

Commit 2498c5b

Browse files
Craig ShoemakerCraig Shoemaker
authored andcommitted
fix casing
1 parent db34cc0 commit 2498c5b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/sre-agent/code-interpreter.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.topic: how-to
1010
ms.date: 01/26/2026
1111
---
1212

13-
# Run code by using Code Interpreter in Azure SRE Agent
13+
# Run code by using code interpreter in Azure SRE Agent
1414

15-
Code Interpreter enables you to execute Python code and shell commands in a secure, isolated sandbox environment. Use Code Interpreter to analyze data, create visualizations, generate PDF reports, and automate file operations without leaving your SRE Agent conversation.
15+
The SRE Agent code interpreter enables you to execute Python code and shell commands in a secure, isolated sandbox environment. Use Code Interpreter to analyze data, create visualizations, generate PDF reports, and automate file operations without leaving your SRE Agent conversation.
1616

1717
In this article, you learn how to:
1818

@@ -26,9 +26,9 @@ In this article, you learn how to:
2626

2727
[!INCLUDE [prerequisites](includes/prerequisites.md)]
2828

29-
## How Code Interpreter works
29+
## How code interpreter works
3030

31-
Code Interpreter runs in an isolated Azure Container Apps session with the following characteristics:
31+
The SRE Agent code interpreter runs in an isolated Azure Container Apps session with the following characteristics:
3232

3333
- **No network access**: The sandbox can't make outbound HTTP or HTTPS requests.
3434
- **No process spawning**: Commands like `subprocess` and `os.system` are blocked.
@@ -237,7 +237,7 @@ For security reasons, the system blocks the following operations:
237237
| Package installation | `pip install`, `conda install` |
238238
| File system | Access outside `/mnt/data/` |
239239

240-
## Troubleshoot Code Interpreter
240+
## Troubleshoot code interpreter
241241

242242
### Code execution fails
243243

articles/sre-agent/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ items:
3030
href: troubleshoot-azure-container-apps.md
3131
- name: Features
3232
items:
33-
- name: Code Interpreter
33+
- name: Code interpreter
3434
href: code-interpreter.md
3535
- name: Memory system
3636
href: memory-system.md

0 commit comments

Comments
 (0)