ChatCompletionFunctionMessageParam#

class nemo_microservices.types.shared_params.ChatCompletionFunctionMessageParam

Bases: TypedDict

content: Required[str]

The contents of the function message.

name: Required[str]

The name of the function to call.

role: Required[Literal['function']]

The role of the messages author, in this case function.