mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-06 04:20:12 +00:00
2.6 KiB
2.6 KiB
ChatCompletionRequestFunctionMessage
⚠️ 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 | ✔️ | The role of the messages author, in this case function. |
Content |
string | ✔️ | The contents of the function message. |
Name |
string | ✔️ | The name of the function to call. |