mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-08 12:37:50 +00:00
12 lines
2.3 KiB
Markdown
12 lines
2.3 KiB
Markdown
# ~~ChatCompletionRequestFunctionMessage~~
|
|
|
|
> :warning: **DEPRECATED**: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
|
|
| `role` | [models.ChatCompletionRequestFunctionMessageRole](../models/chatcompletionrequestfunctionmessagerole.md) | :heavy_check_mark: | The role of the messages author, in this case `function`. |
|
|
| `content` | *string* | :heavy_check_mark: | The contents of the function message. |
|
|
| `name` | *string* | :heavy_check_mark: | The name of the function to call. | |