Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 500 Bytes

ChatCompletionRequestFunctionMessage.md

File metadata and controls

23 lines (11 loc) · 500 Bytes

ChatCompletionRequestFunctionMessage

Properties

Name Type Description Notes
role RoleEnum 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.

Enum: RoleEnum

Name Value
FUNCTION "function"