openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# LocalShellExecAction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | The type of the local shell action. Always `exec`. | 
**command** | **Vec<String>** | The command to run. | 
**timeout_ms** | Option<**i32**> | Optional timeout in milliseconds for the command. | [optional]
**working_directory** | Option<**String**> | Optional working directory to run the command in. | [optional]
**env** | **std::collections::HashMap<String, String>** | Environment variables to set for the command. | 
**user** | Option<**String**> | Optional user to run the command as. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)