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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**messages** | [**Vec<models::FineTuneReinforcementRequestInputMessagesInner>**]FineTuneReinforcementRequestInput_messages_inner.md |  | 
**tools** | Option<[**Vec<models::ChatCompletionTool>**]ChatCompletionTool.md> | A list of tools the model may generate JSON inputs for. | [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)