mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-09 12:37:49 +00:00
9 lines
1.4 KiB
Markdown
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 | |