mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-07 20:47:49 +00:00
2.3 KiB
2.3 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 |
models.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. |