View Source ExOpenAI.Components.ChatCompletionRequestFunctionMessage (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema ChatCompletionRequestFunctionMessage.
Fields
:content- required -String.t() | any():name- required -String.t()
The name of the function to call.:role- required -:function
The role of the messages author, in this casefunction.
Allowed values:"function"