nemo_microservices.types.shared_params.function#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared_params.function.Function#
Bases:
typing_extensions.TypedDict- arguments: typing_extensions.Required[str]#
None
The arguments to call the function with, as generated by the model in JSON format.
- name: typing_extensions.Required[str]#
None
The name of the function to call.