nemo_microservices.types.shared.function_call# Module Contents# Classes# FunctionCall API# class nemo_microservices.types.shared.function_call.FunctionCall(/, **data: typing.Any)# Bases: nemo_microservices._models.BaseModel arguments: str# None The arguments to call the function with, as generated by the model in JSON format. name: str# None The name of the function to call.