FunctionCall#

class nemo_microservices.types.shared.FunctionCall(*args: Any, **kwargs: Any)

Bases: BaseModel

arguments: str

The arguments to call the function with, as generated by the model in JSON format.

name: str

The name of the function to call.