Files
log10py/docs/models/components/chatcompletiontool.md
Niklas Nielsen ebd24efca7 Initial commit
2024-05-24 19:20:08 -07:00

9 lines
1.4 KiB
Markdown

# ChatCompletionTool
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| `type` | [components.ChatCompletionToolType](../../models/components/chatcompletiontooltype.md) | :heavy_check_mark: | The type of the tool. Currently, only `function` is supported. |
| `function` | [components.FunctionObject](../../models/components/functionobject.md) | :heavy_check_mark: | N/A |