Files
log10ts/docs/models/chatcompletionrequestfunctionmessage.md

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.