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

12 lines
2.6 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` | [components.ChatCompletionRequestFunctionMessageRole](../../models/components/chatcompletionrequestfunctionmessagerole.md) | :heavy_check_mark: | The role of the messages author, in this case `function`. |
| `content` | *Optional[str]* | :heavy_check_mark: | The contents of the function message. |
| `name` | *str* | :heavy_check_mark: | The name of the function to call. |