The per-line training example of a fine-tuning input file for chat models
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] |