ChatCompletionFunctionMessageParam#
- class nemo_microservices.types.shared.ChatCompletionFunctionMessageParam(*args: Any, **kwargs: Any)
Bases:
BaseModel- content: str
The contents of the function message.
- name: str
The name of the function to call.
- role: Literal['function']
The role of the messages author, in this case function.