Skip to content

Commit e5ad2aa

Browse files
authored
Merge pull request #310217 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents b975ebd + d642f49 commit e5ad2aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/sessions-code-interpreter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ If you're not using an LLM framework integration, you can interact with the sess
184184

185185
## Execute code in a session
186186

187-
To execute code in a session, send a `POST` request to the `code/execute` endpoint with the code to run in the request body.
187+
To execute code in a session, send a `POST` request to the `code/execute` endpoint with the code to run in the request body. Each code execution is limited to a maximum runtime of 220 seconds.
188188

189189
The following example prints `Hello, world!` in Python.
190190

0 commit comments

Comments
 (0)