nemo_microservices.types.shared.function# Module Contents# Classes# Function API# class nemo_microservices.types.shared.function.Function(/, **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.