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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**messages** | Option<[**Vec<models::FineTuneChatRequestInputMessagesInner>**]FineTuneChatRequestInput_messages_inner.md> |  | [optional]
**tools** | Option<[**Vec<models::ChatCompletionTool>**]ChatCompletionTool.md> | A list of tools the model may generate JSON inputs for. | [optional]
**parallel_tool_calls** | Option<**bool**> | Whether to enable [parallel function calling]https://platform.openai.com/docs/guides/function-calling#configuring-parallel-function-calling during tool use. | [optional]
**functions** | Option<[**Vec<models::ChatCompletionFunctions>**]ChatCompletionFunctions.md> | A list of functions 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)