Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 844 Bytes

FinetuneChatRequestInput.md

File metadata and controls

17 lines (9 loc) · 844 Bytes

FinetuneChatRequestInput

The per-line training example of a fine-tuning input file for chat models

Properties

Name Type Description Notes
messages List<FinetuneChatRequestInputMessagesInner> [optional]
tools List<ChatCompletionTool> A list of tools the model may generate JSON inputs for. [optional]
parallelToolCalls Boolean Whether to enable parallel function calling during tool use. [optional]
functions List<ChatCompletionFunctions> A list of functions the model may generate JSON inputs for. [optional]