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
# FunctionShellActionParam

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commands** | **Vec<String>** | Ordered shell commands for the execution environment to run. | 
**timeout_ms** | Option<**i32**> | Maximum wall-clock time in milliseconds to allow the shell commands to run. | [optional]
**max_output_length** | Option<**i32**> | Maximum number of UTF-8 characters to capture from combined stdout and stderr output. | [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)