mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
22 lines
447 B
Plaintext
22 lines
447 B
Plaintext
---
|
|
title: "ShellServerToolEnvironment"
|
|
---
|
|
|
|
Server-side execution environment for the shell tool. Only container-backed environments are supported; "local" shells are not.
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.ContainerAutoEnvironment`
|
|
|
|
```python
|
|
value: components.ContainerAutoEnvironment = /* values here */
|
|
```
|
|
|
|
### `components.ContainerReferenceEnvironment`
|
|
|
|
```python
|
|
value: components.ContainerReferenceEnvironment = /* values here */
|
|
```
|
|
|