openai-client-base 0.8.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> |  | [optional]
**custom_id** | Option<**String**> | A developer-provided per-request id that will be used to match outputs to inputs. | [optional]
**response** | Option<[**models::BatchRequestOutputResponse**]BatchRequestOutput_response.md> |  | [optional]
**error** | Option<[**models::BatchRequestOutputError**]BatchRequestOutput_error.md> |  | [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)