# FineTuneChatRequestInput
## Properties
**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)